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 %}