Skip to content

Commit 97f4c94

Browse files
committed
fix
1 parent 19327bf commit 97f4c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Slices/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
};
1818
}
1919
<section id="elastic-docs-v3">
20-
<h1>@(new HtmlString(Markdown.ToHtml("#" + Model.Title)))</h1>
20+
@(new HtmlString(Markdown.ToHtml("# " + Model.Title)))
2121
@if (Model.Applies is not null)
2222
{
2323
await RenderPartialAsync(Applies.Create(Model.Applies));

0 commit comments

Comments
 (0)