We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203bfa8 commit 96dcbf7Copy full SHA for 96dcbf7
compliance-monitor/templates/details.md.j2
@@ -1,7 +1,15 @@
1
+{% if results | length > 1 %}
2
+Jump to
3
+
4
+{% for subject in results -%}
5
+- [{{subject}}](#{{subject}})
6
+{% endfor %}
7
+{% endif %}
8
{% for subject, subject_result in results.items() -%}
9
{# omit h1 title here because we can only have one of those,
10
and the html wrapper template will add one anyway -#}
11
{% for scopeuuid, scope_result in subject_result.items() -%}
12
+<a name="{{ subject }}"></a>
13
## {{ subject }}: {{ scope_result.name }}
14
15
- [spec overview]({{ scope_url(scopeuuid) }})
0 commit comments