]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/typography.mdwn
compile could have done this as well
[git.ikiwiki.info.git] / doc / plugins / typography.mdwn
1 [[!template id=plugin name=typography author="[[Roktas]]"]]
2 [[!tag type/chrome]]
4 This plugin, also known as
5 [SmartyPants](http://daringfireball.net/projects/smartypants/), translates
6 plain ASCII punctuation characters into ``smart'' typographic punctuation HTML
7 entities. To use it, you need to have the [[!cpan Text::Typography]] module
8 installed.
10 This plugin has a configuration option. To change the attributes, set
11 `--typographyattributes=whatever`.  Alternatively, set
12 `typograph_attributes: whatever` in your config file.  The default is
13 `3`.  See the documentation for [[!cpan Text::Typography]] for available
14 attributes.