typst/tests/typ/markup
Laurenz 5e08028fb3 Syntax functions 🚀
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-21 17:50:56 +01:00
..
emph.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
escape.typ Configurable font edges ⚙ 2021-03-19 13:20:58 +01:00
heading.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
linebreak.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
nbsp.typ Reorganize tests 🔀 2021-02-20 23:34:33 +01:00
parbreak.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
raw.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
strong.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00