reference website: render all options with same heading size

This commit is contained in:
DavHau 2024-07-11 21:36:36 +07:00 committed by mergify[bot]
parent 0c6b5c8ab7
commit 37fca4bf27

View File

@ -1,7 +1,7 @@
## Options
{%- for name, option in options.items() recursive %}
##{{loop.depth * "#"}} {{ ((option.loc | join (".")) or name).replace("<", "&lt;").replace(">", "&gt;") }}
##{{"##"}} {{ ((option.loc | join (".")) or name).replace("<", "&lt;").replace(">", "&gt;") }}
{% if (option.description or '') != "This option has no description." -%}
{{ option.description or '' }}