Skip to content

Commit

Permalink
Update docs in classTextile.php file comments
Browse files Browse the repository at this point in the history
  • Loading branch information
netcarver committed May 3, 2012
1 parent 84729e5 commit ec12444
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions classTextile.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
Consecutive paragraphs beginning with ; or : are wrapped in definition list tags.
Example: <dl><dt>term</dt><dd>definition</dd></dl>
Redcloth-style Definition list:
- Term1 := Definition1
- Term2 := Extended
definition =:
Phrase modifier syntax:
_emphasis_ -> <em>emphasis</em>
Expand Down Expand Up @@ -308,6 +313,18 @@
It goes like this, %{color:red}the fourth the fifth%
-> It goes like this, <span style="color:red">the fourth the fifth</span>
Ordered List Start & Continuation:
You can control the start attribute of an ordered list like so;
#5 Item 5
# Item 6
You can resume numbering list items after some intervening anonymous block like so...
#_ Item 7
# Item 8
*/

// define these before including this file to override the standard glyphs
Expand Down

0 comments on commit ec12444

Please sign in to comment.