Commit b48d4900 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by Paul Ganssle

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.
parent f9094477
v40.0.0 v40.0.0
------- -------
* #1342: Drop support for Python 3.3. * #1342: Drop support for Python 3.3.
* #1366: In package_index, fixed handling of encoded entities in URLs. * #1366: In package_index, fixed handling of encoded entities in URLs.
* #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root. * #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root.
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
{% set underline = underlines[0] %}{% if section %}{{section}} {% set underline = underlines[0] %}{% if section %}{{section}}
{{ underline * section|length }} {{ underline * section|length }}
{% endif %} {% endif %}
{% if sections[section] %} {% if sections[section] %}
{% for category, val in definitions.items() if category in sections[section]%} {% for category, val in definitions.items() if category in sections[section]%}
{% if definitions[category]['showcontent'] %} {% if definitions[category]['showcontent'] %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment