summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-01-05 21:14:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-05 21:14:02 -0800
commit0d891afab65b6928ace302d1a110ea9303c4abfb (patch)
treea32f0e0c624e8b5f1f56f7a66b150a273823505c /test/command
parent7a82686adcf6efd68b32c5e471b3059be5085165 (diff)
isURI: don't require non-ASCII characters to be escaped.
Closes #8508.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8508.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/8508.md b/test/command/8508.md
new file mode 100644
index 000000000..6a8932a1d
--- /dev/null
+++ b/test/command/8508.md
@@ -0,0 +1,14 @@
+```
+% pandoc -t man
+SEE ALSO
+========
+
+* [Milk](https://en.wikipedia.org/wiki/Milk)
+* [EBNF](https://en.wikipedia.org/wiki/Extended_Backus–Naur_form)
+^D
+.SH SEE ALSO
+.IP \[bu] 2
+Milk (https://en.wikipedia.org/wiki/Milk)
+.IP \[bu] 2
+EBNF (https://en.wikipedia.org/wiki/Extended_Backus–Naur_form)
+```