aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.txt
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/testsuite.txt
parent7cd9db048b9c29238efd1cecda65264db4223dcd (diff)
downloadpandoc-4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604.tar.gz
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/testsuite.txt')
-rw-r--r--tests/testsuite.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index 2d3b7967d..f8bf68526 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -498,7 +498,7 @@ Just a [URL](/url/).
[URL and title](/url/ "title preceded by a tab").
-[URL and title](/url/ "title with \"quotes\" in it")
+[URL and title](/url/ "title with "quotes" in it")
[URL and title](/url/ 'title with single quotes')
@@ -541,9 +541,9 @@ This should [not][] be a link.
Foo [bar][].
-Foo [biz](/url/ "Title with \"quote\" inside").
+Foo [biz](/url/ "Title with "quote" inside").
- [bar]: /url/ "Title with \"quotes\" inside"
+ [bar]: /url/ "Title with "quotes" inside"
## With ampersands