mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
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 $.
8 lines
79 B
Markdown
8 lines
79 B
Markdown
```
|
|
% pandoc -f markdown -t typst
|
|
# Test①
|
|
^D
|
|
= Test①
|
|
#label("test①")
|
|
```
|