We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19327bf commit 97f4c94Copy full SHA for 97f4c94
src/Elastic.Markdown/Slices/Index.cshtml
@@ -17,7 +17,7 @@
17
};
18
}
19
<section id="elastic-docs-v3">
20
- <h1>@(new HtmlString(Markdown.ToHtml("#" + Model.Title)))</h1>
+ @(new HtmlString(Markdown.ToHtml("# " + Model.Title)))
21
@if (Model.Applies is not null)
22
{
23
await RenderPartialAsync(Applies.Create(Model.Applies));
0 commit comments