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 , Java and C# .

Textile is distributed under a BSD-style 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 .

Version ''2.0'' was released in 2006 .


TEXTILE SYNTAX EXAMPLES


This is not an exhaustive listing of Textile's syntax. For a list of all available options in Textile 2, 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

  • --- Second Level

  • --- Second Level Items


  • -- Third level


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