Textile Test Page.
A Humane Web Text Generator.
Input
What’s new
Bugfixes
Apostrophes & emphasised text.
Duplicate IDs in footnotes.
Caps spans in acronyms, tables & non-English characters.
Extended syntax
Link overrides for footnotes.
Attributes for list items.
New features
Definition lists.
Tables with thead (et al.)
Auto-numbered notes.
Textile Comments.
h3. Lists Textile 2.2 allows you to add classes, ids, language and style markers to individual list items. Let's try unordered lists... *(list_class#unord_id){color:blue} Blue bulleted *(second). List *(third).Here * .htaccess doesn't cause a problem * No dot *.With a dot *. With a dot-space *. With *a bold* ^dot-space^ **. **(under1) A new sub list **(under2) With classes **(under3) But no containing class * A final, regular list item ...ordered lists... #(list_class#ord_id){color:red} Red ordered #(second). List #(third).Here #(fourth) .htaccess #(fifth)..htaccess works, even in extreme cases # No dot #.With dot #. With dot-space #. With *_a bold-italic_* dot-space combo ##[de-de]. ##(german1) This subgroup is in German ##(german2) Haben Sie einen Bleistiftspitzer? ##(german3) See?! #(tenth) Tenth main item ...or definition lists... ;(list_class#defid). ;(first-term). Term 1 :(def1) Definition here :(def1) Another definition of Term 1 ;;(subgroup) A sub _*term*_ with group class ::(under1) With ::(under2) Subs If you want to apply different attributes to the list and the first item then simply use a full stop '.' as the first line of the list (or sublist)... *(listclass#ul-list-id). *(first) First **(sublistclass). **(subclass)[en] Sublist item ** Another sublist item **(selected) Last sublist item *(#second-item-id) Second h3. And some cases that might confuse the list parser... *Here is a comment* Here is *(class)a comment* *(class)Here is* a *class*
Run Textile Now!