Skip to content

jkarlosb/bbcode-to-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2 main libs (both forked for good intentions)

license

MIT

About

node module to convert bbcode to markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%