aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorpaul.rivier <paul.r.ml@gmail.com>2012-05-29 13:41:28 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2012-05-29 17:40:55 -0700
commit75cba828b5c69299c3a4a1e33df8deae3a6c291e (patch)
tree04758b46a0551491ebecefd991049704b11c8dac /tests/textile-reader.textile
parent9a47237412035833ea5c6b7900b11fbd0da29b69 (diff)
downloadpandoc-75cba828b5c69299c3a4a1e33df8deae3a6c291e.tar.gz
Textile reader: fix for `<notextile>` and `==`.
Closes #517.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index c6450fdfb..adfec90d3 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -70,6 +70,17 @@ bc. Code block with .bc
Inline code: @<tt>@, <tt>@</tt>.
+h1. Notextile
+
+A block of text can be protected with notextile :
+
+<notextile>
+No *bold* and
+* no bullet
+</notextile>
+
+and inlines can be protected with ==double *equals (=)* markup==.
+
h1. Lists
h2. Unordered