Core: Adds Visual Formatting to Option Group Headers in Template Yamls (#5092)

Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
This commit is contained in:
qwint
2025-07-15 13:19:50 -05:00
committed by GitHub
parent 9a648efa70
commit c8ca3e643d

View File

@@ -46,7 +46,9 @@ requires:
{{ yaml_dump(game) }}: {{ yaml_dump(game) }}:
{%- for group_name, group_options in option_groups.items() %} {%- for group_name, group_options in option_groups.items() %}
# {{ group_name }} ##{% for _ in group_name %}#{% endfor %}##
# {{ group_name }} #
##{% for _ in group_name %}#{% endfor %}##
{%- for option_key, option in group_options.items() %} {%- for option_key, option in group_options.items() %}
{{ option_key }}: {{ option_key }}: