We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ab30a commit cf2c2ccCopy full SHA for cf2c2cc
tools/news/template.rst
@@ -1,6 +1,7 @@
1
-{{ top_line -}}
2
-
3
-{%- for section in sections %}
+{% set underline = "=" %}
+{{ top_line }}
+{{ underline * top_line|length }}
4
+{% for section in sections %}
5
{% set underline = "-" %}
6
{% if section %}
7
{{ section }}
0 commit comments