diff options
| author | WannesMalfait <46323945+WannesMalfait@users.noreply.github.com> | 2023-09-14 19:06:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 19:06:27 +0200 |
| commit | 11a34973990ff6b6ff66a74ccc5b0be09f515afe (patch) | |
| tree | b98537562b594bcfc736d0d00fc7353288db5cd5 | |
| parent | de902d8775992a6d7a2168964de8e2db336504c4 (diff) | |
Update README.md (#2145)
GitHub now supports Typst highlighting in code blocks
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ Let's dissect what's going on: <details> <summary>Text version of the code example.</summary> - ```text + ```typst #set page(width: 10cm, height: auto) #set heading(numbering: "1.") |
