@Html.Raw(RenderMarkdownToHtml(Model.Post.Content)) @@ -96,8 +96,8 @@
diff --git a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml
index a5f5aa9c7f..5c781d1a5a 100644
--- a/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml
+++ b/modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml
@@ -27,7 +27,7 @@
@Html.Raw(RenderMarkdownToHtml(Model.Post.Content)) @@ -96,8 +96,8 @@