EC Documentation
This commit is contained in:
@ -153,8 +153,6 @@ internal static partial class HelperMarkdown
|
||||
List<string> results = new();
|
||||
foreach ((MarkdownFile markdownFile, string[] lines) in collection)
|
||||
{
|
||||
if (markdownFile.FileName == "board.md")
|
||||
continue;
|
||||
if (!lines.Any())
|
||||
continue;
|
||||
results.Clear();
|
||||
|
Reference in New Issue
Block a user