summaryrefslogtreecommitdiff
path: root/tests/typ/markup/heading.typ
AgeCommit message (Collapse)Author
2022-02-28Reorganize libraryLaurenz
2021-12-21Set Rules Episode IX: The Rise of TestingLaurenz
2021-11-05Code Review: No Patrick, question marks are not an instrumentMartin Haug
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-07-30Change indent from 4 to 2 spacesLaurenz
2021-07-10Remove warnings from parsing and castingLaurenz
2021-07-08Switch to = for headings once againLaurenz
2021-06-26Add box and block functionsLaurenz
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-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-17Rename box to rect and color to fill ✏Laurenz
2021-02-20Reorganize tests 🔀Laurenz