From c8ca3e643d7b9f502a31edbadf9ad4ab2d8cec69 Mon Sep 17 00:00:00 2001 From: qwint Date: Tue, 15 Jul 2025 13:19:50 -0500 Subject: [PATCH] Core: Adds Visual Formatting to Option Group Headers in Template Yamls (#5092) Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> --- data/options.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/options.yaml b/data/options.yaml index 3fbe25a9..f2621124 100644 --- a/data/options.yaml +++ b/data/options.yaml @@ -46,7 +46,9 @@ requires: {{ yaml_dump(game) }}: {%- 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() %} {{ option_key }}: