21-Jan-2026 — include markdown links in unreferenced pages calculation ref: #113
build 431 — commit 0d5057e
The unreferenced pages feature now correctly identifies pages that are linked via markdown in content text fields. Previously, pages linked using markdown syntax like Release Notes were incorrectly flagged as unreferenced, even though they were properly linked from an index page. This led to inflated unreferenced page counts (e.g., showing 127 unreferenced pages when most were actually linked). The fix ensures that:
- Markdown links in content text are now recognized as valid page references
- The unreferenced pages count accurately reflects truly orphaned pages
- Content editors can confidently use markdown links without false warnings