Add-Ons

Details

XHTML Typography 1.0 first_party

Author:
Rick Ellis
Published:
Jan 21, 2005
Last Updated:
Aug 20, 2011
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}