zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
318 stars 42 forks source link

Error when using footnotes extension with combined option #38

Closed Jaykju closed 5 years ago

Jaykju commented 5 years ago

I am trying to export my docs to a single PDF using the combined option while having the footnotes extension enabled:

markdown_extensions:
    - footnotes
    # more config

plugins:
    - pdf-export:
          combined: true

If I disable the combined option everything works fine. But as soon as I enable it I get the following error for every file that I use footnotes in:

":" and "/" characters are banned! /:
Error converting folder/file.md to PDF: Invalid ID found in folder/file/, ID: fnref:linkname

Any help would be appreciated.

zhaoterryy commented 5 years ago

39 same issue, will fix soon.