Textile
This module implements the popular Textile markup shorthand made popular by Movable Type and Basecamp.
Module maintenance by joshk (of Chapter Three) and trevortwinning (of Civic Actions).
Update to Textile 2.0
You will need to download textile 2.0 in addition to this module in order for the filter to work. See the INSTALL file for details.
The Textile filter allows you to enter content using Textile, a simple, plain text syntax that is filtered into valid (X)HTML. It was originally developed by Dean Allen of textism.com, and several different versions (in several different programming languages) have been created. It is notably used by 37signals' Basecamp product, among many others.
Note: you will need to carefully configure your input filters for Textile to work optimally. It can easily conflict with the line-break converter and Filtered HTML filters. See the documentation for details.
Brad Choate developed an advanced implementation of Textile in Perl, Textile.pm, which includes extra features beyond those of Dean Allen’s Textile 2 implementation. This module was originally designed by Jim Riggs using TextilePHP, Jim's PHP port of Brad’s Textile.pm Perl module and Movable Type plugin.
