/mdx-rs

Parsing MDX in rust

Primary LanguageRustApache License 2.0Apache-2.0

MDX Parser*

* in rust

Status

This is very much a work in progress.

Markdown Parser

  • Links
  • Images
  • Unordered lists
  • Ordered lists
  • Headings
  • Basic Text Blocks
  • Complex Text Blocks
    • Inline links
    • Inline bold font
    • Inline italic font
  • Nested lists
  • Bold font
  • Text font
  • ???

Frontmatter Parser

  • Tokenize
  • Yaml document from tokens

Other

  • There is little to no documentation
  • There are tests for the items considered done
  • It's unlikely that any cases beyond simple ones are handled