-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foot notes appear repeated #53
Comments
At best, I confirm this problem. Initial build is fine, any updates to footnote containing markdown files are corrupted. This shouldn't effect production builds of a site as long as EleventyDevServe is not involved. Since it's a EleventyDevServe issue, one work around is just to open another terminal tab and run the build as needed (without --serve of course) and reload the browser. I'll be back if I find the bug. Thanks for a wonderful plugin. My dependencies: "dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"eleventy-plugin-reading-time": "^0.0.1",
"eleventy-plugin-wordcount-extended": "^0.2.1",
"http-server": "^14.1.1", // installed for this bug
"luxon": "^3.3.0",
"markdown-it": "^13.0.2",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-for-inline": "^2.0.1",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1"
} |
right, so i have the same issue (a bit worse, because the notes are repeated 372 times). If the note is block It happens on eleventy, on build and on serve. So maybe it’s a bit different. --- edit OH so i found something if i do BUT if i set the configuration like this: So i think i have a working solution by setting up the plugins in the config and not when markdown it runs. |
Hello!
I'm using the latest version, and for the following markdown:
I'm getting the following render:
Please help!
The text was updated successfully, but these errors were encountered: