summaryrefslogtreecommitdiff
path: root/tests/typ/markup/lists.typ
AgeCommit message (Collapse)Author
2022-02-28Reorganize libraryLaurenz
2022-02-07Redesigned template layoutLaurenz
2021-08-10Minor refactoringsLaurenz
- Reorder parser methods and use `Pos` everywhere - Remove tab special handling for columns and adapt heading/list/enum indent handling - Don't panic when a file has an empty path
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