Experimental javascript library for converting Markdown to BBCode.
markdown-to-bbcode.herokuapp.com
or poke around in the public/js
folder.
The library is defined in the public/js/markdown.js
file.
Take a look at spec
folder or open the spec/SpecRunner.html
in your browser.
This project was build back in 2011 but weren't published until 2014. The existing code might therefore relay on legacy code.
- Fork it ( http://github.com/oleander/markdown-to-bbcode-js/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request