Skip to content

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

Notifications You must be signed in to change notification settings

maettu/qx-showdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published