aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/plugins/typography.mdwn8
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.