Skip to content
Snippets Groups Projects

Repair + added archive ignoring

Merged Michael Bommhardt-Richter requested to merge Bommel-TOC-Headings into preview
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ from pathlib import Path
# {path/filename.md: [toc_heading, file_heading], ... }
TOCData = dict()
whitelist = ["index.md","archive/"] # ["archive"]
whitelist = ["index.md","archive/"]
def get_heading_in_file(filename, docs_path):
Loading