Skip to content

Commit 5e07657

Browse files
committed
Add comment
1 parent 97f4c94 commit 5e07657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elastic.Markdown/Slices/Index.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
};
1818
}
1919
<section id="elastic-docs-v3">
20+
@* This way it's correctly rendered as <h1>text</h1> instead of <h1><p>text</p></h1> *@
2021
@(new HtmlString(Markdown.ToHtml("# " + Model.Title)))
2122
@if (Model.Applies is not null)
2223
{

0 commit comments

Comments
 (0)