PHP SmartyPants Typographer =========================== Version 1.0 - Wed 28 Jun 2006 by Michel Fortin Original SmartyPants by John Gruber Introduction ------------ This is a special version of PHP SmartyPants with extra features. See for details. PHP SmartyPants is a free web publishing plug-in for WordPress and Smarty template engine that easily translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities. SmartyPants can also be invoked as a standalone PHP function. PHP SmartyPants is a port to PHP of the original SmartyPants written in Perl by John Gruber. SmartyPants can perform the following transformations: * Straight quotes (`"` and `'`) into "curly" quote HTML entities * Backtick-style quotes (` ``like this'' `) into "curly" quote HTML entities * Dashes (`--` and `---`) into en- and em-dash entities * Three consecutive dots (`...`) into an ellipsis entity This means you can write, edit, and save using plain old ASCII straight quotes, plain dashes, and plain dots, but your published posts (and final HTML output) will appear with smart quotes, em-dashes, and proper ellipses. SmartyPants does not modify characters within `
`, ``,
``, or `