From f232034ab0a97c71643901a116ed1c55c5fb7f29 Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Fri, 5 Oct 2012 10:23:15 -0700 Subject: Textile reader: Implemented comment blocks. --- tests/textile-reader.textile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/textile-reader.textile') diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index aba1cf3ad..8c4d98b51 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -243,3 +243,10 @@ fn1. The note is here! fn2. Other note. + +h1. Comment blocks + +###. my comment +is here. + +not a comment. -- cgit v1.2.3