bbcode-to-markdown
v1.0.3
Published
bbcode-to-markdown ==================
Downloads
65
Readme
bbcode-to-markdown
node module to convert bbcode to markdown
Example
convert = require('./bbcode-to-markdown');
convert('[b]oh hai[/b]'); // **oh hai**
New or unconverted tags?
submit an issue, with input example
Credits
based off of these main libs
- bbcodejs (forked for good intentions)
- to-markdown
License
MIT