Skip to content

Interpretation of Textile

Edwinem edited this page Aug 25, 2016 · 2 revisions

There are Layout, Phrase and Special marks. We are allowed to put some html attributes to each.

Layout

The layout ones are:

  1. b[qc] → block[quotes|code]
  2. div → divs
  3. notextile → notextile applied for the now
  4. pre → pre block
  5. h[1-6] → headers
  6. fn\d+ → footnote + number
  7. p → paragraph

Blocks affect a line if they got one dot (\.), and will affect till other block if uses double dot (\.\.).

Phrase

They are:

#
#
#
#
#

Refer to Redcloth Textile documentation.

Clone this wiki locally