We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d793af commit ed9b8a8Copy full SHA for ed9b8a8
resources/views/partials/header.antlers.html
@@ -5,6 +5,6 @@ <h1 class="{{ title | length > 36 ?= 'text-5xl'}}">{{ title }}</h1>
5
{{ partial:pro-badge }}
6
{{ partial:experimental }}
7
</div>
8
- {{ intro ?? overview | markdown }}
+ {{ (intro ?? overview) | markdown }}
9
{{ partial:toc hide="{hide_toc} ?? false"}}
10
</header>
0 commit comments