diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/special_characters.md')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/special_characters.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/special_characters.md b/vendor/parsedown-0.9.0/tests/data/special_characters.md new file mode 100644 index 00000000..13597e60 --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/special_characters.md @@ -0,0 +1,13 @@ +AT&T has an ampersand in their name
+
+this & that
+
+4 < 5 and 6 > 5
+
+<http://example.com/autolink?a=1&b=2>
+
+[inline link](/script?a=1&b=2)
+
+[reference link][1]
+
+[1]: http://example.com/?a=1&b=2
\ No newline at end of file |