mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +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:
@@ -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