Closed daylinmorgan closed 1 year ago
Yeah, this is a problem. I'm trying to refactor the tests so that they are feature-driven. Happy to accept a PR after that.
One question with namespacing: do you know if it will introduce any incompatibilities with older markdown or mkdocs versions?
I think this should pose no issues with the python-markdown
implementation.
Closed in #192 and released as v2.9.0. Thanks @daylinmorgan !
I sometimes use a simple numbering scheme with footnotes i.e.
[^1][^2]
.If a document already uses footnotes then the plugin will happily override them.
A simple solution may be to namespace the footnotes to make this less likely and add this info to the README.
For example
Or perhaps exposing this a user configurable option and defaulting to the existing behavior.
I can submit a PR if this makes sense.