diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 00:37:13 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 12:46:56 +0100 |
commit | bae468bb60c31ed0a24193ba50fa5f6953d10d3a (patch) | |
tree | e595122cc07e9f01a2f2bf3458705ab40b518a8c | |
parent | bfd47453c76c7fb849c50eed750f61e28dc5cbdb (diff) |
Document --use-unicode flag
-rw-r--r-- | doc/invoking.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/invoking.rst b/doc/invoking.rst index 38ba7551..c69c9031 100644 --- a/doc/invoking.rst +++ b/doc/invoking.rst @@ -312,6 +312,10 @@ The following options are available: combined with :option:`--theme`. Note that order matters: The first specified theme will be the default. +.. option:: --use-unicode + + Enable use of Unicode characters in HTML output. + .. option:: -c <file> --css=<file> |