bmcorser / fontawesome-markdown

Markdown extension to use Font Awesome icons in a GitHub style
http://bmcorser.github.io/fontawesome-markdown/
45 stars 23 forks source link

Plugin causing issues with mkdocs #17

Open SilentGlasses opened 1 year ago

SilentGlasses commented 1 year ago
mkdocs serve
INFO     -  Building documentation...
ERROR    -  Config value: 'markdown_extensions'. Error: Failed loading extension "fontawesome_markdown".
Aborted with 1 Configuration Errors!

Just updated all requirements and now can't load my site...

Output from requirements.txt file:


click==8.1.3
fontawesome-markdown @ https://github.com/bmcorser/fontawesome-markdown/archive/master.zip
ghp-import==2.1.0
gitdb==4.0.9
GitPython==3.1.27
importlib-metadata==4.12.0
Jinja2==3.1.2
livereload==2.6.3
lunr==0.6.2
Markdown==3.4.1
markdown-include==0.6.0
MarkupSafe==2.1.1
mercurial==6.1.4
mergedeep==1.3.4
mkdocs==1.3.0
mkdocs-autolinks-plugin==0.6.0
mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-material==8.3.9
mkdocs-material-extensions==1.0.3
packaging==21.3
pycurl==7.45.1
Pygments==2.12.0
pymdown-extensions==9.5
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0
pyyaml_env_tag==0.1
six==1.16.0
smmap==5.0.0
tabulate==0.8.10
tornado==6.2
watchdog==2.1.9
zipp==3.8.1```
duncanmmacleod commented 1 year ago

I have seen this as well.

This issue is caused by https://github.com/Python-Markdown/markdown/commit/a767b2daaad78ba32d45a4f1dabb7c5e218f030a, which can be worked around in the mean time by pinning to markdown <3.4 in your requirements.