From 5dcd4610e2301baf73f96abcd80315be45d41f3e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 29 Aug 2021 10:12:20 -0700 Subject: Improve asciidoc escaping for `--` in URLs. Closes #7529. --- test/command/7529.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/command/7529.md (limited to 'test/command/7529.md') diff --git a/test/command/7529.md b/test/command/7529.md new file mode 100644 index 000000000..f0c443d73 --- /dev/null +++ b/test/command/7529.md @@ -0,0 +1,7 @@ +``` +pandoc -f html -t asciidoc +https://example.com/show.cgi?id=hi--there--everyone +^D +link:++https://example.com/show.cgi?id=hi--there--everyone++[] +``` + -- cgit v1.2.3