Plugin Information
XHTML Typography 1.0
- Author:
- Rick Ellis
- Published:
- Jan 20, 2005
- Last Updated:
- Dec 01, 2008
- License:
- First Party License
- Categories:
- Plugins Text Formatting
XHTML Typography Plugin, both "full" and "light" versions.
Example Usage
{exp:xhtml:full}
text you want processed
{/exp:xhtml:full}
Notes
This plugin converts certain characters into typographically correct entities. Quotes are converted to curly quotes, hyphens into em-dashes, three periods into ellipsis, etc.There are two ways to use this plugin depending on whether you want double line breaks turned into <p> tags.
The "light" version is used this way:
{exp:xhtml:light}
text you want processed
{/exp:xhtml:light}The full version like this:
{exp:xhtml:full}
text you want processed
{/exp:xhtml:full}

