Textile Quick Reference | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Writing in Textile | ||||||||||||||
A linebreak. | → | A linebreak. | ||||||||||||
A single paragraph. | → | A single paragraph. Followed by another. | ||||||||||||
h1. Header 1 | → | Header 1 | ||||||||||||
h2. Header 2 | → | Header 2 | ||||||||||||
h3. Header 3 | → | Header 3 | ||||||||||||
An old text | → | An old text
Any old text | ||||||||||||
I _believe_ every word. | → | I believe every word. | ||||||||||||
And then? She *fell*! | → | And then? She fell! | ||||||||||||
I __know__. | → | I know. I really know. | ||||||||||||
??Cat's Cradle?? by Vonnegut | → | Cat’s Cradle by Vonnegut | ||||||||||||
I'm -sure- not sure. | → | I’m | ||||||||||||
You are a +pleasant+ child. | → | You are a pleasant child. | ||||||||||||
I'm %unaware% of most soft drinks. | → | I’m unaware of most soft drinks. | ||||||||||||
I'm %{color:red}unaware% | → | I’m unaware of most soft drinks. | ||||||||||||
| Attributes | ||||||||||||||
p(#big-red). Red here | → | Red here | ||||||||||||
p(example1#big-red2). Red here | → | Red here | ||||||||||||
p{color:blue;margin:30px}. Spacey blue | → | Spacey blue | ||||||||||||
I seriously *{color:red}blushed* | → | I seriously blushed when I sprouted that corn stalk from my cabeza. | ||||||||||||
one(TM), two(R), three(C). | → | one™, two®, three©. | ||||||||||||
p<. align left | → | align left | ||||||||||||
p>. align right | → | align right | ||||||||||||
p=. centered | → | centered | ||||||||||||
p<>. justified | → | justified | ||||||||||||
clear | → | clear any floating elements | ||||||||||||
p(. left ident 1em | → | left ident 1em | ||||||||||||
p((. left ident 2em | → | left ident 2em | ||||||||||||
p))). right ident 3em | → | right ident 3em | ||||||||||||
h2()>. Bingo. | → | Bingo. | ||||||||||||
h3()>[no]{color:red}. Bingo | → | Bingo | ||||||||||||
<pre> | → |
| ||||||||||||
| Lists | ||||||||||||||
# A first item | → |
| ||||||||||||
# Fuel could be: | → |
| ||||||||||||
* A first item | → |
| ||||||||||||
| External References | ||||||||||||||
I searched "Google":http://google.com. | → | I searched Google. | ||||||||||||
!http://www.google.com/intl/en_ALL/images/logo.gif! | → |
| ||||||||||||
!>http://www.google.com/intl/en_ALL/images/logo.gif! | → | right align image | ||||||||||||
!-http://www.google.com/intl/en_ALL/images/logo.gif! | → | center image | ||||||||||||
!{style rule}http://www.google.com/intl/en_ALL/images/logo.gif! | → | css-style the image | ||||||||||||
| Tables | ||||||||||||||
| name | age | sex | | → |
| ||||||||||||
|_. name |_. age |_. sex | | → |
| ||||||||||||
|_. attribute list | | → |
| ||||||||||||
|\2. spans two cols | | → |
| ||||||||||||
|/3. spans 3 rows | a | | → |
| ||||||||||||
|{background:#ddd}. Grey cell| | → |
| ||||||||||||
table{border:1px solid black}. | → |
| ||||||||||||
|This|is|a|row| | → |
| ||||||||||||