retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

Footnote syntax breaks tags navigation page #681

Open davidsteelebrady opened 4 months ago

davidsteelebrady commented 4 months ago

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. retype-tags-issue

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?

image

davidsteelebrady commented 4 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!