0.5.5 • Published 4 months ago

markdown-to-bbcode v0.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

markdown-to-bbcode · Latest Stable Version

A BBCode renderer for commonmark.js

Usage

You'll need commonmark.js and markdown-to-bbcode.

var reader = new commonmark.Parser();
var parsed = reader.parse("BBCODE");

var writer = new markdown_to_bbcode.BBCodeRenderer();
var result = writer.render(parsed);

importing the module

import markdown_to_bbcode from 'markdown-to-bbcode';

including the bundle

<script src="markdown-to-bbcode.js"></script>

markdown to bbcode webpage:

https://ddormer.github.io/markdown-to-bbcode-site/

0.5.3

4 months ago

0.5.5

4 months ago

0.5.0

4 months ago

0.5.2

4 months ago

0.5.1

4 months ago

0.4.0

2 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago