Textile Quick Reference

Writing in Textile
A linebreak.
Followed by another.

A linebreak.
Followed by another.

A single paragraph.

Followed by another.

A single paragraph.

Followed by another.

h1. Header 1

Header 1

h2. Header 2

Header 2

h3. Header 3

Header 3

An old text

bq. A block quotation.

Any old text

An old text

A block quotation.

Any old text

I _believe_ every word.

I believe every word.

And then? She *fell*!

And then? She fell!

I __know__.
I **really** __know__.

I know. I really know.

??Cat's Cradle?? by Vonnegut

Cat’s Cradle by Vonnegut

I'm -sure- not sure.

I’m sure not sure.

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%
of most soft drinks.

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*
when I _(big)sprouted_ that
corn stalk from my
%[es]cabeza%.

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>
<code>
a.gsub!( /</, '' )
</code>
</pre>

a.gsub!( /</, '' )

Lists
# A first item
# A second item
# A third
  1. A first item
  2. A second item
  3. A third
# Fuel could be:
## Coal
## Gasoline
## Electricity
# Humans need only:
## Water
## Protein
  1. Fuel could be:
    1. Coal
    2. Gasoline
    3. Electricity
  2. Humans need only:
    1. Water
    2. Protein
* A first item
* A second item
* A third
  • A first item
  • A second item
  • A third
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 |
| joan | 24 | f |
| archie | 29 | m |
| bella | 45 | f |
name age sex
joan 24 f
archie 29 m
bella 45 f
|_. name |_. age |_. sex |
| joan | 24 | f |
| archie | 29 | m |
| bella | 45 | f |
name age sex
joan 24 f
archie 29 m
bella 45 f
|_. attribute list |
|<. align left |
|>. align right|
|=. center |
|<>. justify |
|^. valign top |
|~. bottom |
attribute list
align left
align right
center
justify
valign top
bottom
|\2. spans two cols |
| col 1 | col 2 |
spans two cols
col 1 col 2
|/3. spans 3 rows | a |
| b |
| c |
spans 3 rows a
b
c
|{background:#ddd}. Grey cell|
Grey cell
table{border:1px solid black}.
|This|is|a|row|
|This|is|a|row|
This is a row
This is a row
|This|is|a|row|
{background:#ddd}. |This|is|grey|row|
This is a row
This is grey row