TxStyle · Textile Documentation

The Textile Markup Reference for Textpattern


Lists and notes

Input
* Item A
** Item A1
** Item A2
* Item B
* Item C
Browser
  • Item A
    • Item A1
    • Item A2
  • Item B
  • Item C

Input
# Item one
## Item one-a
## Item one-b
# Item two
# Item three
Browser
  1. Item one
    1. Item one-a
    2. Item one-b
  2. Item two
  3. Item three

Input
- HTML := HyperText Markup Language, based on SGML.
- XHTML := HTML 4.0 rewritten to be compliant with XML rules.
- HTML5 :=
The latest revision of the HTML standard
Still under development =:
Browser
HTML
HyperText Markup Language, based on SGML.
XHTML
HTML 4.0 rewritten to be compliant with XML rules.
HTML5

The latest revision of the HTML standard
Still under development


Input
A table, a chair, a bowl of fruit and a violin; what else does a man need to be happy?[1]

fn1. "Albert Einstein":http://www.brainyquote.com/quotes/quotes/a/alberteins148867.html
Browser

A table, a chair, a bowl of fruit and a violin; what else does a man need to be happy?1

1 Albert Einstein


Input
Scientists say the moon is slowly shrinking[#moon].

notelist!.

note#moon. Over the past billion years, about a quarter of the moon's 4.5 billion-year lifespan, it has shrunk about 200 meters (700 feet) in diameter.
Browser

Scientists say the moon is slowly shrinking1.

  1. Over the past billion years, about a quarter of the moon’s 4.5 billion-year lifespan, it has shrunk about 200 meters (700 feet) in diameter.



PHP Textile v3.6.0