orbikm / mkdocs-ezlinks-plugin

Plugin for mkdocs which enables easier linking between pages
MIT License
34 stars 18 forks source link

Breaks Footnotes #56

Open SilentGlasses opened 3 days ago

SilentGlasses commented 3 days ago

I use MkDocs with Material for MkDocs and as soon as I enable ezlinks, it starts breaking my footnote links.

The instructions on adding footnotes say I only need to do this:

Here's a sentence with a footnote[^1].

[^1]: This is the footnote.

I have tried with the following and it still does not work:

plugins:
  - search
  - ezlinks:
      reference_links: true
      wikilinks: true
SilentGlasses commented 3 days ago

Not sure what the difference is but I tried the MkDocs Autolinks Plugin and it works just fine.