diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-04-01 10:41:33 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-04-01 10:41:33 -0700 |
| commit | 1b97846be265588817c74db2ab3d8f8ba82ea82a (patch) | |
| tree | 972dd81057e5653f63ecaffbfc829fa72247db81 /test/command | |
| parent | 98ff548c5e2da1d32925097739ac66ba80dd6712 (diff) | |
Fix regression with `ascii_identifiers` and Turkish undotted i.
Closes #8003.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8003.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/8003.md b/test/command/8003.md new file mode 100644 index 000000000..cff44a03b --- /dev/null +++ b/test/command/8003.md @@ -0,0 +1,6 @@ +``` +% pandoc -f markdown+ascii_identifiers +# Işık +^D +<h1 id="isik">Işık</h1> +``` |
