mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Typst Writer: Check XID_Continue in identifiers
Add unicode-data dependency for isXIDContinue for this to match the rust implementation. Also apply hlint suggestions for redundant $, literal pattern and moving brackets to avoid $.
This commit is contained in:
committed by
John MacFarlane
parent
1bee23683d
commit
01f97ed55d
@@ -0,0 +1,7 @@
|
||||
```
|
||||
% pandoc -f markdown -t typst
|
||||
# Test①
|
||||
^D
|
||||
= Test①
|
||||
#label("test①")
|
||||
```
|
||||
Reference in New Issue
Block a user