mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 03:06:30 +00:00
Use latest commonmark-extensions.
This fixes `auto_identifiers` and `ascii_auto_identifiers` extensions so that they substitute aliases for emojis, as documented. See #9876.
This commit is contained in:
+1
-1
@@ -482,7 +482,7 @@ library
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.8.1 && < 0.9,
|
||||
commonmark >= 0.2.6 && < 0.3,
|
||||
commonmark-extensions >= 0.2.5.4 && < 0.3,
|
||||
commonmark-extensions >= 0.2.5.5 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.2.1 && < 0.3,
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
crypton-connection >= 0.3.1 && < 0.5,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@ extension properly.
|
||||
^D
|
||||
[ Header
|
||||
1
|
||||
( "non-ascii--raksmorgas" , [] , [] )
|
||||
( "non-ascii-warning-raksmorgas" , [] , [] )
|
||||
[ Str "non"
|
||||
, Space
|
||||
, Str "ascii"
|
||||
@@ -29,7 +29,7 @@ so it survives...
|
||||
^D
|
||||
[ Header
|
||||
1
|
||||
( "non-ascii-\65039-r\228ksm\246rg\229s" , [] , [] )
|
||||
( "non-ascii-warning-r\228ksm\246rg\229s" , [] , [] )
|
||||
[ Str "non"
|
||||
, Space
|
||||
, Str "ascii"
|
||||
@@ -49,7 +49,7 @@ so it survives...
|
||||
^D
|
||||
[ Header
|
||||
1
|
||||
( "non-ascii-\65039-r\228ksm\246rg\229s" , [] , [] )
|
||||
( "non-ascii-warning-r\228ksm\246rg\229s" , [] , [] )
|
||||
[ Str "non"
|
||||
, Space
|
||||
, Str "ascii"
|
||||
|
||||
Reference in New Issue
Block a user