Go to file
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
.github Switch to pdf-writer ⬆️ 2020-11-19 23:46:51 +01:00
bench Syntax functions 🚀 2021-03-21 17:50:56 +01:00
fonts Replace default fonts 🆕 2021-03-02 17:31:41 +01:00
src Syntax functions 🚀 2021-03-21 17:50:56 +01:00
tests Syntax functions 🚀 2021-03-21 17:50:56 +01:00
tools Fixes in TextMate grammar 2021-03-17 14:47:11 +01:00
.gitignore VS Code extension for easier testing 🛠 2021-02-20 23:41:42 +01:00
Cargo.toml Faster compile times and test execution 2021-03-13 14:18:31 +01:00
LICENSE.txt Closures and function definitions 🚀 2021-03-03 17:53:40 +01:00
rustfmt.toml Devise reasonably nice rustfmt.toml 🌿 2020-08-30 22:07:16 +02:00