summaryrefslogtreecommitdiff
path: root/tests/typ/code/include.typ
AgeCommit message (Collapse)Author
2022-11-29Reorganize library and testsLaurenz
2022-11-07Show it!Laurenz
- New show rule syntax - Set if syntax - Removed wrap syntax
2022-05-16Absolute pathsLaurenz
2022-01-28Remove unnecessary groupLaurenz
2021-12-15Set Rules Episode VII: The Set AwakensLaurenz
2021-09-30New default fontsLaurenz
2021-07-30Change indent from 4 to 2 spacesLaurenz
2021-07-30Fatal errorsLaurenz
- Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant
2021-07-08Switch to = for headings once againLaurenz
2021-06-09Lists with indent-based parsingLaurenz
- Unordered lists with indent-based parsing and basic layout using stacks - Headings are now also indent based - Removes syntax functions since they will be superseded by select & transform
2021-06-07Switch back to hashtags for headingsLaurenz
2021-05-31Test cases for include and importMartin Haug