@ryanflorence/mdt
v1.0.0
Published
Process markdown into objects for display as a tutorial
Downloads
11
Readme
mdtut
Convert markdown files to data structures used in tutorials.
Usage
let processor = remark().use(html);
let result = await process(processor, markdownString);Look at the test to see the input format and output.
