From d724c6b5681b2f5815b7d915d5e39a7d3979e7f8 Mon Sep 17 00:00:00 2001 From: Paul Rivier Date: Tue, 23 Nov 2010 12:09:04 +0100 Subject: html inlines and html blocks handling in textile reader --- tests/textile-reader.textile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/textile-reader.textile') 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, raw HTML inlines are accepted, as well as : + +
+ any *Raw HTML Block* with bold +
+ +Html blocks can be
inlined
as well. + +* this
won't produce raw html blocks
+* but this will produce inline html + +Can you prove that 2 < 3 ? -- cgit v1.2.3