diff options
| author | John MacFarlane <[email protected]> | 2024-06-17 19:57:33 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-06-17 19:57:33 -0700 |
| commit | 532bbc875bbcb52ddbaa02600bb856d7e32b795e (patch) | |
| tree | d87953ad6ae9baa86cda677ef2a78f5ecb47b564 /stack.yaml | |
| parent | 80ad2f09d3ec0b3ba0f001eccec6c2584af16776 (diff) | |
Use latest commonmark-extensions.
This fixes `auto_identifiers` and `ascii_auto_identifiers`
extensions so that they substitute aliases for emojis,
as documented.
See #9876.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 91c4356ab..8882eab56 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,6 +15,7 @@ extra-deps: - typst-symbols-0.1.6 - texmath-0.12.8.9 - emojis-0.1.4.1 +- commonmark-extensions-0.2.5.5 - git: https://github.com/jgm/typst-hs commit: dfe0367b248419c3555044705fa79a52b9c20089 - git: https://github.com/jgm/djoths |
