summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/original/auto_links.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/test/original/auto_links.md')
-rw-r--r--packages/markdown/marked/test/original/auto_links.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/markdown/marked/test/original/auto_links.md b/packages/markdown/marked/test/original/auto_links.md
new file mode 100644
index 00000000..f85767b4
--- /dev/null
+++ b/packages/markdown/marked/test/original/auto_links.md
@@ -0,0 +1,13 @@
+Link: <http://example.com/>.
+
+With an ampersand: <http://example.com/?foo=1&bar=2>
+
+* In a list?
+* <http://example.com/>
+* It should.
+
+> Blockquoted: <http://example.com/>
+
+Auto-links should not occur here: `<http://example.com/>`
+
+ or here: <http://example.com/>