EC Documentation

This commit is contained in:
2023-07-16 23:38:05 -07:00
parent 3888ae1083
commit ec3afd2f96
3 changed files with 45 additions and 24 deletions

View File

@ -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();