Textile (markup Language) Article Index for
Textile
Website Links For
Textile
 

Information About

Textile (markup Language)




Textile was originally implemented in PHP , but has been translated into other Programming Languages including Perl , Python , Ruby , ASP and Java .

Textile is distributed under the GNU General Public License , and is included with, or available as a plugin for, several Content-management Systems .

Version ''2.0 beta'' was released in 2004 as part of the Textpattern Content Management System .


TEXTILE SYNTAX EXAMPLES


This is not an exhaustive listing of Textile's syntax. For a list of all available options, see the full syntax reference .

Emphasized text:

_emphasized_ (e.g., italics)

  • strongly emphasized--- (e.g., boldface)


Lists:

  • An item in a bulleted (unordered) list

  • Another item in a bulleted list


# An item in an enumerated (ordered) list
# Another item in an enumerated list