Textile Samples
I use this page as a quick looking up Textile’s formatting syntax. Textile is part of WordPress’ TextControl plugin.
[1(Zoinger static page on WordPress customization including plugins)]http://www.zoinger.com/words/wordpress-customization/
This is a title
This is a subhead
This is some text of dubious character. Isn’t the use of “quotes” just lazy writing — and theft of ‘intellectual property’ besides? I think the time has come to see a block quote.
This is a block quote. I’ll admit it’s not the most exciting block quote ever devised.
Simple list:
- one
- two
- three
Multi-level list:
- one
- aye
- bee
- see
- two
- x
- y
- three
Mixed list:
- Point one
- Point two
- Step 1
- Step 2
- Step 3
- Point three
- Sub point 1
- Sub point 2
Well, that went well. How about we insert an old-fashioned hypertext link? Will the quote marks in the tags get messed up? No!
| this | is | a | header |
|---|---|---|---|
| this is | a | row | |
| this | is | another | row |
An image:
- Librarians rule
- Yes they do
- But you knew that
Some more text of dubious character. Here is a noisome string of CAPITAL letters. Here is something we want to emphasize.
That was a linebreak. And something to indicate strength. Of course I could use my own HTML tags if I felt like it.
Coding
This is some code, "isn't it". Watch those quote marks! Now for some preformatted text:
$text = str_replace("<p>%::%</p>","",$text);
$text = str_replace("%::%","",$text);
$text = str_replace("%::%","",$text);
This isn’t code.
So you see, my friends:
- The time is now
- The time is not later
- The time is not yesterday
- We must act

