bbcode-to-markdown

node module to convert bbcode to markdown

MIT License

Downloads
91
Stars
6
Committers
2

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

License

MIT