Open davidsteelebrady opened 9 months ago
I have isolated the issue to a single page and it seems the use of footnote markdown syntax breaks tags navigation page. Navigating via menus still works fine.
Here is some text.[^fn] when included in a page and that page has a tag.
[^fn]: And the footnote!
We have an isolated issue where if the same tag is present across multiple pages when navigating to all tags the page does not render. The issue does not happen across other tags where reused across multiple pages.
I suspect there is invalid content in one of the pages being rendered have checked for warnings on startup and md linters and all look ok.
The JS error is below if that helps?