@ryanflorence/mdtut

Process markdown into objects for display as a tutorial

Usage no npm install needed!

<script type="module">
  import ryanflorenceMdtut from 'https://cdn.skypack.dev/@ryanflorence/mdtut';
</script>

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.