diff options
Diffstat (limited to 'tests/wikilinks.txt')
-rw-r--r-- | tests/wikilinks.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/wikilinks.txt b/tests/wikilinks.txt new file mode 100644 index 0000000..bec0f43 --- /dev/null +++ b/tests/wikilinks.txt @@ -0,0 +1,6 @@ +Some text with a WikiLink. + +And a <a href="http://example.com/RealLink">RealLink</a>. + +And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for +completeness. |