aboutsummaryrefslogtreecommitdiff
path: root/test/writer.muse
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-04-10 23:38:30 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-04-10 23:38:30 +0300
commit782ab73aa350ca323b0b7786770e37d1a932f9a8 (patch)
tree0312c568dafa224933365b342b1dd62354fb30fe /test/writer.muse
parent72878adc63f6a1e5178734aab499c3cd10df6016 (diff)
downloadpandoc-782ab73aa350ca323b0b7786770e37d1a932f9a8.tar.gz
Muse writer: escape > less often
> should be escaped only when it can start verse, i.e., at the beginning of the line.
Diffstat (limited to 'test/writer.muse')
-rw-r--r--test/writer.muse6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/writer.muse b/test/writer.muse
index 83a53a1ab..9492a5517 100644
--- a/test/writer.muse
+++ b/test/writer.muse
@@ -79,7 +79,7 @@ nested
</quote>
</quote>
-This should not be a block quote: 2 <verbatim>></verbatim> 1.
+This should not be a block quote: 2 > 1.
And a following paragraph.
@@ -562,7 +562,7 @@ This & that.
4 <verbatim><</verbatim> 5.
-6 <verbatim>></verbatim> 5.
+6 > 5.
Backslash: \
@@ -584,7 +584,7 @@ Left paren: (
Right paren: )
-Greater-than: <verbatim>></verbatim>
+Greater-than: >
Hash: <verbatim>#</verbatim>