aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.textile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-23 08:49:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-23 08:49:55 -0800
commit7234a79104ab8cf8358bdab153d5eefbcefc2e9a (patch)
tree8539cc17cf1dc50cbdeab163e92006fb6f7f36b6 /tests/writer.textile
parent1d683be4146678c5d674ecd9ea365943c385774c (diff)
downloadpandoc-7234a79104ab8cf8358bdab153d5eefbcefc2e9a.tar.gz
Textile writer: Use <pre> instead of bc.. for code with blank lines.
This has fewer interaction effects.
Diffstat (limited to 'tests/writer.textile')
-rw-r--r--tests/writer.textile8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/writer.textile b/tests/writer.textile
index f0ff383f0..ee67a7f33 100644
--- a/tests/writer.textile
+++ b/tests/writer.textile
@@ -76,19 +76,23 @@ h1. Code Blocks
Code:
-bc.. ---- (should be four hyphens)
+<pre>
+---- (should be four hyphens)
sub status {
print &quot;working&quot;;
}
this code block is indented by one tab
+</pre>
And:
-bc.. this code block is indented by two tabs
+<pre>
+ this code block is indented by two tabs
These should not be escaped: \$ \\ \&gt; \[ \{
+</pre>
<hr />