summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/typography.mdwn4
-rw-r--r--doc/todo/typography_plugin_configuration.mdwn2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/typography.mdwn b/doc/plugins/typography.mdwn
index 2e65393a7..b03c2a086 100644
--- a/doc/plugins/typography.mdwn
+++ b/doc/plugins/typography.mdwn
@@ -6,3 +6,7 @@ This plugin, also known as
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.
diff --git a/doc/todo/typography_plugin_configuration.mdwn b/doc/todo/typography_plugin_configuration.mdwn
index d920676e2..91ac4ba85 100644
--- a/doc/todo/typography_plugin_configuration.mdwn
+++ b/doc/todo/typography_plugin_configuration.mdwn
@@ -2,3 +2,5 @@ The [[typography_plugin|plugins/typography]] could support configuration of
which translations to make. [[cpan Text::Typography]] supports fine-grained
control of which translations to make, so [[plugins/typography]] just needs to
expose this somehow. --[[JoshTriplett]]
+
+[[done]] --[[Joey]]