maettu / qx-showdown

make the showdownjs.com html-md converter js library available as a qx class
0 stars 1 forks source link
qooxdoo qooxdoo-contrib

qx-showdown

make the showdownjs.com html-md converter js library available as a qx class

SYNOPSIS

qxShowdown.Load;
let converter = new showdown.Converter();
let md = '# hello, markdown!';
let html = converter.makeHtml(md);

# <h1 id="hellomarkdown">hello, markdown!</h1>

REFERENCE

VERSION

showdownjs version: 1.8.7