Skip to content

Commit

Permalink
Close #3489: bullet list rendered "opened up"
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Mar 2, 2017
1 parent cdacabd commit 4119439
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -988,9 +988,10 @@ that use Sphinx's HTMLWriter class.

.. confval:: html_compact_lists

If true, list items containing only a single paragraph will not be rendered
with a ``<p>`` element. This is standard docutils behavior. Default:
``True``.
If true, a list all whose items consist of a single paragraph and/or a
sub-list all whose items etc... (recursive definition) will not use the
``<p>`` element for any of its items. This is standard docutils behavior.
Default: ``True``.

.. versionadded:: 1.0

Expand Down

0 comments on commit 4119439

Please sign in to comment.