From: spwhitton Date: Sat, 9 Apr 2016 14:48:54 +0000 (-0400) Subject: There's also a config file option. X-Git-Tag: 3.20160506~21^2~32 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e6be5ee97aa0ae43d5c368500c93f1b054140e51 There's also a config file option. --- diff --git a/doc/plugins/typography.mdwn b/doc/plugins/typography.mdwn index 9ff6c4ffd..4b274d1f4 100644 --- a/doc/plugins/typography.mdwn +++ b/doc/plugins/typography.mdwn @@ -7,6 +7,8 @@ plain ASCII punctuation characters into ``smart'' typographic punctuation HTML entities. To use it, you need to have the [[!cpan Text::Typography]] module installed. -This plugin has a configuration option. To change the attributes, -set `--typographyattributes=whatever`. See the documentation for -[[!cpan Text::Typography]] for available attributes. +This plugin has a configuration option. To change the attributes, set +`--typographyattributes=whatever`. Alternatively, set +`typograph_attributes: whatever` in your config file. The default is +`3`. See the documentation for [[!cpan Text::Typography]] for available +attributes.