bbcode-to-markdown

bbcode-to-markdown ==================

Usage no npm install needed!

<script type="module">
  import bbcodeToMarkdown from 'https://cdn.skypack.dev/bbcode-to-markdown';
</script>

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

License

MIT