summaryrefslogtreecommitdiff
path: root/src/library/base.rs
AgeCommit message (Collapse)Author
2021-03-29Move around test cases 🚚Laurenz
2021-03-22More consistent documentation 📝Laurenz
2021-03-21Syntax functions 🚀Laurenz
This adds overridable functions that markup desugars into. Specifically: - \ desugars into linebreak - Two newlines desugar into parbreak - * desugars into strong - _ desugars into emph - = .. desugars into heading - `..` desugars into raw
2021-03-19Scheduled maintenance 🔨Laurenz
- New naming scheme - TextNode instead of NodeText - CallExpr instead of ExprCall - ... - Less glob imports - Removes Value::Args variant - Removes prelude - Renames Layouted to Fragment - Moves font into env - Moves shaping into layout - Moves frame into separate module
2021-03-17Formatting and documentation ✨Laurenz
2021-03-10Move around library types 🚚Laurenz