This is a set of tests for pandoc Textile Reader. Part of it comes from John Gruber's markdown test suite. ----- h1. Headers h2. Level 2 with an "embeded link":http://www.example.com h3. Level 3 with *emphasis* h4. Level 4 h5. Level 5 h6. Level 6 h1. Paragraphs Here's a regular paragraph. Line breaks are preserved in textile, so you can not wrap your very long paragraph with your favourite text editor and have it rendered with no break. Here's one with a bullet. * criminey. There should be a paragraph break between here and here. h1. Block Quotes bq. This is a famous quote from somebody. He had a lot of things to say, so the text is really really long and spans on multiple lines. And a following paragraph. h1. Code Blocks Code:
    ---- (should be four hyphens)

    sub status {
        print "working";
    }

	this code block is indented by one tab
And:
		this code block is indented by two tabs

    These should not be escaped:  \$ \\ \> \[ \{
bc. Code block with .bc continued @ 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 ? h1. Acronyms and marks PBS(Public Broadcasting System) Hi(tm) Hi (TM) (r) Hi(r) Hi(c)2008 (C) 2008 h1. Footnotes A note.[1] fn1. The note is here!