mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
This commit is contained in:
parent
fa0af6d221
commit
9207e1ff62
4 changed files with 107 additions and 4 deletions
|
|
@ -288,7 +288,14 @@ Basic settings
|
|||
|
||||
A list of tags for Typogrify to ignore. By default Typogrify will ignore
|
||||
``pre`` and ``code`` tags. This requires that Typogrify version 2.0.4 or
|
||||
later is installed
|
||||
later is installed.
|
||||
|
||||
.. data:: TYPOGRIFY_OMIT_FILTERS = []
|
||||
|
||||
A list of Typogrify filters to skip. Allowed values are: ``'amp'``,
|
||||
``'smartypants'``, ``'caps'``, ``'initial_quotes'``, ``'widont'``. By
|
||||
default, no filter is omitted (in other words, all filters get applied). This
|
||||
setting requires that Typogrify version 2.1.0 or later is installed.
|
||||
|
||||
.. data:: TYPOGRIFY_DASHES = 'default'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue