Expand description
This library exists to convert MinTyML (for Minimalist HTML) markup to its equivalent HTML.
This should be considered the reference implementation for MinTyML.
Structs§
- Configuration options for converting a MinTyML document.
- Defines overrides for the element types (or tags) inferred from special inline elements and code blocks.
- Represents a syntax error in the MinTyML source.
Enums§
- Represents an error that occurred while converting MinTyML.
- Indicates what caused a syntax error.
Functions§
- Converts the given MinTyML string
srcusingconfigfor configuration options. If successful, returns a string containing the converted HTML document. - Converts the given MinTyML string
srcusingconfigfor configuration options. The converted HTML document will be written toout.