Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 403 Bytes

Doctave Markdown

This library encapsulates the logic for parsing a Markdown document into HTML in a way that has a couple Doctave-specific additions.

Currently this means the following:

  • A list of subheadings are returned with the generated HTML
  • H-tags get associated IDs applied to them so that we can generate links to them
  • MermaidJS code snippets get converted into <div class="mermaid">