mbdown 0.1.0

Parser and abstract syntax tree for the MBDown markup language
Documentation
  • Coverage
  • 2.56%
    4 out of 156 items documented0 out of 16 items with examples
  • Size
  • Source code size: 54.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.61 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • FrostMiKu/mbdown
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FrostMiKu

mbdown

mbdown parses the MBDown markup language into a backend-neutral syntax tree. MBDown combines CommonMark with hashtags, wikilinks, restricted inline BBCode, and structural layout containers such as boxes and responsive columns.

Rendering is intentionally separate. Use mbterm for ANSI terminal output or mbtui for native Ratatui text.

See the MBDown 0.1 Language Specification for the normative language definition.