aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorPaul Rivier <paul.r.ml@gmail.com>2010-11-23 12:09:04 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-03 23:10:51 -0800
commitd724c6b5681b2f5815b7d915d5e39a7d3979e7f8 (patch)
treeda67082fda81cbee917ebbe990abf7daddb8cc24 /tests/textile-reader.textile
parentfa0866886be778b0157340ea0563b6744424cfa6 (diff)
downloadpandoc-d724c6b5681b2f5815b7d915d5e39a7d3979e7f8.tar.gz
html inlines and html blocks handling in textile reader
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index 3999649da..7384abb64 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -161,3 +161,18 @@ p{color:green}. and paragraph attributes, and table attributes.
table{foo:bar}.
| name | age | sex |
| joan | 24 | f |
+
+h1. Raw HTML
+
+However, <strong> raw HTML inlines </strong> are accepted, as well as :
+
+<div class="foobar">
+ any *Raw HTML Block* with bold
+</div>
+
+Html blocks can be <div>inlined</div> as well.
+
+* this <div> won't produce raw html blocks </div>
+* but this <strong> will produce inline html </strong>
+
+Can you prove that 2 < 3 ?