mbdown 0.1.0

Parser and abstract syntax tree for the MBDown markup language
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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](https://github.com/FrostMiKu/mbdown/blob/main/docs/language-specification.md)
for the normative language definition.