Textile
From Just Solve the File Format Problem
(Difference between revisions)
(Creating a stub describing the textile markup langauge) |
(fixing ext template formatting) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Text-based data | |subcat=Text-based data | ||
− | |extensions={{textile}} | + | |extensions={{ext|textile}} |
}} | }} | ||
Revision as of 00:59, 18 January 2013
Textile is a text markup format with the file ending of .textile. It is made to be rendered to html. Textile supports simple markup for things like: Emphasized text, Lists, Tables, Code, Headings, Blockquotes, Notes, Links, Email links, and Images. Textile is released under a BSD-style license. It is used by companies such as 37signals, and has rendering implementations in python, ruby, javascript, php and perl.