diff options
author | spwhitton <spwhitton@web> | 2016-04-09 10:48:54 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-04-09 10:48:54 -0400 |
commit | e6be5ee97aa0ae43d5c368500c93f1b054140e51 (patch) | |
tree | 5cd6a9dcb0f0f2339fcb26660b5a498a40b0006a /doc/plugins | |
parent | 47f4ac8f089aa218e2a4a5943860cfcf4649185e (diff) | |
download | ikiwiki-e6be5ee97aa0ae43d5c368500c93f1b054140e51.tar ikiwiki-e6be5ee97aa0ae43d5c368500c93f1b054140e51.tar.gz |
There's also a config file option.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/typography.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
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. |