# 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.