diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-21 20:28:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-21 20:28:40 +0000 |
commit | c7140ad90b0db2078e70b9cd3f08e1d176125191 (patch) | |
tree | 467a53b2146174d0ebd871deda873f8d0f25d06c /doc | |
parent | 75594937c4de7d98b9fdcc45403fa5de0cd32bed (diff) |
* Add typography (SmartyPants) plugin by Recai.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/typography.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/typography.mdwn b/doc/plugins/typography.mdwn new file mode 100644 index 000000000..c11da94ec --- /dev/null +++ b/doc/plugins/typography.mdwn @@ -0,0 +1,7 @@ +[[template id=plugin name=typography included=1 author="[[Roktas]]"]] +[[tag type/format]] + +This plugin, also known as +[SmartyPants](http://daringfireball.net/projects/smartypants/), translates +plain ASCII punctuation characters into ``smart'' typographic punctuation HTML +entities. To use it, you need to have the `Text::Typography` module installed. |