TxStyle · Textile Documentation

The Textile Markup Reference for Textpattern


Attributes

Input
p<. Left aligned paragraph.

p>. Right aligned paragraph.

p=. Centered paragraph.

p<>. This is a very long, almost never ending, sentence with the sole purpose to demonstrate how a justified paragraph would look like if the sentence wraps around several lines.
Browser

Left aligned paragraph.

Right aligned paragraph.

Centered paragraph.

This is a very long, almost never ending, sentence with the sole purpose to demonstrate how a justified paragraph would look like if the sentence wraps around several lines.


Input
p(. Left indent 1em.

p((. Left indent 2em.

p(((. Left indent 3em.

p)>. right indent 1em

p))>. right indent 2em

p)))>. right indent 3em
Browser

Left indent 1em.

Left indent 2em.

Left indent 3em.

right indent 1em

right indent 2em

right indent 3em


Input
My mother has %{color:blue}blue% eyes.
Browser

My mother has blue eyes.


Input
p{color:blue;letter-spacing:.5em}. This is blue spaced text.
Browser

This is blue spaced text.


Input
p(my-class). This paragraph that has a class and this _(#special-phrase)emphasized phrase_ has an id.
Browser

This paragraph that has a class and this emphasized phrase has an id.


Input
p[fr]. Partir, c'est toujours mourir un peu.
Browser

Partir, c’est toujours mourir un peu.




PHP Textile v3.7.0