-
Notifications
You must be signed in to change notification settings - Fork 0
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.
The layout ones are:
- b[qc] → block[quotes|code]
- div → divs
- notextile → notextile applied for the now
- pre → pre block
- h[1-6] → headers
- fn\d+ → footnote + number
- p → paragraph
Blocks affect a line if they got one dot (\.), and will affect till other block if uses double dot (\.\.).
They are:
#
#
#
#
#
Refer to Redcloth Textile documentation.