1.0.0 • Published 3 years ago

@ryanflorence/mdt v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.

1.0.0

3 years ago