From f1ee0e0f5c0166d11daa0c4d1903a3eafee13b45 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Fri, 29 Nov 2024 23:21:07 -0600 Subject: [PATCH] automatically generate IDs for H2s on syntax pages --- _includes/syntax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/syntax.html b/_includes/syntax.html index ebd0fc58f..34cc7425e 100644 --- a/_includes/syntax.html +++ b/_includes/syntax.html @@ -6,7 +6,7 @@ {% for syntax in syntaxes %} {% if include.type != "basic-sub" %} -

{{ syntax.title }}

+## {{ syntax.title }} {% elsif include.type == "basic-sub" %} ### {{ syntax.title }} {% endif %}