aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-21 19:53:35 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-21 19:53:35 -0800
commit07e8cedf2bddcbf13bfd69a415107b2a9aa074aa (patch)
treed9e045913e7baee9a724fa8adb8e0ff4a4a5aef8 /tests/markdown-reader-more.txt
parent7a97369d011cdbdac52a2e0df6bcbba078852a57 (diff)
downloadpandoc-07e8cedf2bddcbf13bfd69a415107b2a9aa074aa.tar.gz
Make `implicit_header_references` work with explicit header ids.
(Markdown reader.)
Diffstat (limited to 'tests/markdown-reader-more.txt')
-rw-r--r--tests/markdown-reader-more.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/markdown-reader-more.txt b/tests/markdown-reader-more.txt
index b0a4ff6e8..cf5e930e1 100644
--- a/tests/markdown-reader-more.txt
+++ b/tests/markdown-reader-more.txt
@@ -144,6 +144,8 @@ A link to [My header].
Another link to [it][My header].
+Link to [Explicit header attributes].
+
[my other header]: /foo
But this is not a link to [My other header], since the reference is defined.