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 97f4c94 commit 5e07657Copy full SHA for 5e07657
src/Elastic.Markdown/Slices/Index.cshtml
@@ -17,6 +17,7 @@
17
};
18
}
19
<section id="elastic-docs-v3">
20
+ @* This way it's correctly rendered as <h1>text</h1> instead of <h1><p>text</p></h1> *@
21
@(new HtmlString(Markdown.ToHtml("# " + Model.Title)))
22
@if (Model.Applies is not null)
23
{
0 commit comments