Skip to content

Instantly share code, notes, and snippets.

@Flashwalker
Flashwalker / md2bbc.pl
Last active June 16, 2017 16:27 — forked from RogerDodger/md2bbc.pl
Converts Markdown to BBCode (for Hubzilla)
#!/usr/bin/env perl
## Oriented for Hubzilla hub bbcode
## https://gist.github.com/Flashwalker/360e8615bff1b9b322e0096fe92680ab
## Origin: https://gist.github.com/RogerDodger/4405595
## Dependencies:
## sudo apt-get install libtext-markdown-perl libtext-typography-perl