summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-30 22:51:49 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-30 22:51:49 +0000
commit4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604 (patch)
tree55cbdff00c136a483f5a280c07930635d58c9e3b /tests/writer.markdown
parent7cd9db048b9c29238efd1cecda65264db4223dcd (diff)
Merged 'strict' branch from r324. This adds a '--strict'
option to pandoc, which forces it to stay as close as possible to official Markdown syntax. git-svn-id: https://pandoc.googlecode.com/svn/trunk@347 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index 5dc995eed..f41501e37 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -529,15 +529,15 @@ Foo [bar][a].
[a]: /url/
-With [embedded [brackets][]][b].
+With [embedded [brackets]][b].
-[b][] by itself should be a link.
+[b] by itself should be a link.
-Indented [once][].
+Indented [once].
-Indented [twice][].
+Indented [twice].
-Indented [thrice][].
+Indented [thrice].
This should [not][] be a link.
@@ -550,7 +550,7 @@ This should [not][] be a link.
[b]: /url/
-Foo [bar][].
+Foo [bar].
Foo [biz](/url/ "Title with &quot;quote&quot; inside").