diff --git a/Helpers/HelperMarkdown.cs b/Helpers/HelperMarkdown.cs index 2a5c609..8924253 100644 --- a/Helpers/HelperMarkdown.cs +++ b/Helpers/HelperMarkdown.cs @@ -871,7 +871,7 @@ internal static partial class HelperMarkdown List<(MarkdownFile MarkdownFile, string[] Lines)> sourceCollection = record.StartAt is null ? collection : GetCollection(appSettings, record); foreach ((MarkdownFile markdownFile, string[] lines) in collection) { - if (markdownFile.FileNameWithoutExtension == "index") + if (markdownFile.FileNameWithoutExtension == "index" && markdownFile.Directory.EndsWith(".kanbn")) continue; if (!File.Exists(markdownFile.File)) continue;