Add a space after header, so reST rendering isn't mangled. (#1429)

* Add a space after header, so reST rendering isn't mangled.

* Add newline in template, too.
This commit is contained in:
Benjamin Peterson 2018-07-14 19:56:33 -07:00 committed by Paul Ganssle
parent f90944775a
commit b48d490023
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
v40.0.0
-------
* #1342: Drop support for Python 3.3.
* #1366: In package_index, fixed handling of encoded entities in URLs.
* #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root.

View File

@ -2,6 +2,7 @@
{% set underline = underlines[0] %}{% if section %}{{section}}
{{ underline * section|length }}
{% endif %}
{% if sections[section] %}
{% for category, val in definitions.items() if category in sections[section]%}
{% if definitions[category]['showcontent'] %}