summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3674.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command/3674.md b/test/command/3674.md
index 09f4e0d1e..92ed4bed7 100644
--- a/test/command/3674.md
+++ b/test/command/3674.md
@@ -24,3 +24,16 @@ Make sure we don't get duplicate reference links, even with
[2]: b
```
+
+Subsidiary issue: allow line break between reference link
+url/title and attributes:
+
+```
+% pandoc
+[a]
+
+[a]: url
+{.class}
+^D
+<p><a href="url" class="class">a</a></p>
+```