Skip to content

Commit ed9b8a8

Browse files
committed
fix intro sometimes not being wrapped in a paragraph
1 parent 3d793af commit ed9b8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/partials/header.antlers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ <h1 class="{{ title | length > 36 ?= 'text-5xl'}}">{{ title }}</h1>
55
{{ partial:pro-badge }}
66
{{ partial:experimental }}
77
</div>
8-
{{ intro ?? overview | markdown }}
8+
{{ (intro ?? overview) | markdown }}
99
{{ partial:toc hide="{hide_toc} ?? false"}}
1010
</header>

0 commit comments

Comments
 (0)