summaryrefslogtreecommitdiff
path: root/tests/typ/markup/strong.typ
AgeCommit message (Collapse)Author
2022-01-30Rework strong and emphLaurenz
- Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes
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-03-22Fix bug with line spacing after headings ✅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-17Rename box to rect and color to fill ✏Laurenz
2021-02-20Reorganize tests 🔀Laurenz