From 411d54ce98f40b5196706804da6167079ed5d824 Mon Sep 17 00:00:00 2001
From: "paul.rivier" <paul.r.ml@gmail.com>
Date: Tue, 17 Apr 2012 13:14:05 +0200
Subject: Textile reader quick clean-up and added support for LaTeX blocks and
 inlines.

---
 tests/textile-reader.textile | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'tests/textile-reader.textile')

diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index 85dcf142c..cf165e1bc 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -198,6 +198,17 @@ Html blocks can be <div>inlined</div> as well.
 
 Can you prove that 2 < 3 ?
 
+h1. Raw LaTeX
+
+This Textile reader also accepts raw LaTeX for blocks :
+
+\begin{itemize}
+  \item one
+  \item two
+\end{itemize}
+
+and for \emph{inlines}.
+
 h1. Acronyms and marks
 
 PBS(Public Broadcasting System)
-- 
cgit v1.2.3