Memoir_content.Markdown_parser
Markdown parser with frontmatter support
Extract frontmatter from markdown content
val parse_yaml_frontmatter :
string ->
Content_types.frontmatter
Parse YAML frontmatter string into frontmatter record
Parse markdown content into HTML with syntax highlighting support
val parse_markdown_file :
path:string
->
content:Base.String.t ->
Content_types.content_page
Parse a markdown file with frontmatter into a content_page