Expand description
§markdoll
markdoll is a structured and extensible markup language
its syntax is relatively simple, with anything more complicated than sections, lists, and text, being delegated to tags
to get an idea of the syntax, visit the repository
§cargo features
ariadneallows fancy diagnostic printing, requiresstd
§minimum supported rust version
this library requires features from rust 1.81
Modules§
- emitting/translating diagnostics
- emitting output and default
BuiltInEmitters - the extension system and standard library
- syntax trees and parser
- storage by
TypeId
Macros§
- helper macro to parse arguments into variables
Structs§
- markdoll’s main context
