summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-24 19:06:30 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-24 19:06:30 +0000
commitca6cb23f23724d01b5f7d6ee7a3c9527ca8807e6 (patch)
treeb010e6c7117c1d876d2999499c1f16bb13a255b9 /tests
parent0646eef97691794eeac5549db18ac82cb6b84576 (diff)
Modified Markdown writer to use autolinks when possible.
So, instead of [site.com](site.com) we get <site.com>. Changed test suite accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@508 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.markdown9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index 42bab4664..dbbed7adb 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -575,16 +575,15 @@ Here's an [inline link in pointy braces](/script?foo=1&bar=2).
## Autolinks
-With an ampersand:
-[http://example.com/?foo=1&bar=2](http://example.com/?foo=1&bar=2)
+With an ampersand: <http://example.com/?foo=1&bar=2>
- In a list?
-- [http://example.com/](http://example.com/)
+- <http://example.com/>
- It should.
-An e-mail address: [nobody@nowhere.net](mailto:nobody@nowhere.net)
+An e-mail address: <nobody@nowhere.net>
-> Blockquoted: [http://example.com/](http://example.com/)
+> Blockquoted: <http://example.com/>
Auto-links should not occur here: `<http://example.com/>`