From f9ec6797bd50d3c2d63c3b35ec17d8a49ece94f0 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 18 Jul 2009 19:15:42 +0000 Subject: Changed escapes in markdown writer. - >, not <, is escapable in standard markdown.! - also # is now escaped - Partiall resolves Issue #96. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1600 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/writer.markdown') diff --git a/tests/writer.markdown b/tests/writer.markdown index 6bbfe257c..f377816c6 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -72,7 +72,7 @@ E-mail style: > > > nested -This should not be a block quote: 2 > 1. +This should not be a block quote: 2 \> 1. And a following paragraph. @@ -537,9 +537,9 @@ AT&T is another way to write it. This & that. -4 \< 5. +4 < 5. -6 > 5. +6 \> 5. Backslash: \\ @@ -561,9 +561,9 @@ Left paren: ( Right paren: ) -Greater-than: > +Greater-than: \> -Hash: # +Hash: \# Period: . -- cgit v1.2.3