1.2.1 • Published 4 years ago

@ryanflorence/mdtut v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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.2.0

4 years ago

1.2.1

4 years ago

1.0.1

4 years ago