From 4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 30 Dec 2006 22:51:49 +0000 Subject: 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 --- tests/writer.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/writer.markdown') 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 "quote" inside"). -- cgit v1.2.3