diff options
| author | John MacFarlane <[email protected]> | 2024-06-17 13:41:31 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-06-17 13:41:31 -0700 |
| commit | 97b3056f4ea2d9ddb8635c4a9ff1703e64013617 (patch) | |
| tree | e96c7550a48f25fb0ea6bb5850e312cb3384cf0d /stack.yaml | |
| parent | fde7908091661e731cff48e8823394aa1e7f873e (diff) | |
Make `gfm_auto_identifiers` work as advertised.
It is supposed to replace emojis with their aliases,
but previously this only worked when the emojis were
in a specially marked span.
Note that this change doesn't affect `commonmark` (or `gfm`)
because the relevant code is in commonmark-hs. This will also
need updating.
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 b12391410..e3b60c486 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,6 +14,7 @@ extra-deps: - toml-parser-2.0.0.0 - typst-symbols-0.1.6 - texmath-0.12.8.9 +- emojis-0.1.4 - git: https://github.com/jgm/typst-hs commit: dfe0367b248419c3555044705fa79a52b9c20089 - git: https://github.com/jgm/djoths |
