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:
Tuong Nguyen Manh
2025-08-24 13:11:26 +02:00
committed by John MacFarlane
parent 1bee23683d
commit 01f97ed55d
3 changed files with 15 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
```
% pandoc -f markdown -t typst
# Test①
^D
= Test①
#label("test①")
```