diff --git a/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs b/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs index b8d8fd8c17..f6f2c9aaee 100644 --- a/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs +++ b/modules/docs/src/Volo.Docs.Web/HtmlConverting/DocumentSectionFinder.cs @@ -16,7 +16,6 @@ namespace Volo.Docs.HtmlConverting public DocumentSectionDictionary Find(string document) { - return FindNextSections(document, new DocumentSectionDictionary()); try { return FindNextSections(document, new DocumentSectionDictionary());