Project DescriptionNTextile is a lightweight, humane web compatible markup generator. It generates valid XHTML output using simple easy to remember conventions and text characters (a.k.a modifiers), to markup plain text. NTextile is especially useful to provide quick and valid markup for .NET web applications. For e.g. wikis, blogs, online forums, content management systems etc.
This project was inspired by Dean Allen’s original Textile features, as included in the Textpattern content management application.
This guide describes the .NET 2.0 version of NTextile. Please note that it is not a .NET port of Textile, but mimics it in terms of features and operations. Also note that not all of the syntax described in this guide will work on versions other than NTextile.
See
Sai Panyam.NET to view the complete and detailed version of the
NTextile Reference Manual.
Supported Features
Block Modifiers
- Header 1-6
- Blockquote
- Paragraph
- Blockcode
- Pre-Formatted
- Notextile
Phrase Modifiers
- Emphasis
- Strong
- Citation
- Deleted Text
- Inserted text
- Superscript
- Subscript
- Span
- Bold
- Italics
Other Modifiers
- Link
- Image
- Link & Image
- Acronym
- Numbered List
- Bulleted List
- Footnote
- FootnoteRef
Punctuation
- Double Quotes
- Single Quotes
- Em Dash
- En Dash
- Dimension
- Trademark
- Copyright
- Registered
- Ellipses
Attributes
- Class
- Id
- Class + Id
- Style
- Language
Alignment
- Right
- Left
- Center
- Justify
Future Enhancements
- Uppercase words of three or more characters are enclosed with a special span element.
- Block quotes to include a citation URL immediately following the period.
- Padding - Left, Right and Left and Right
- Table
- Extended Block Modifiers