ryneeverett / python-markdown-comments

A Python-Markdown extension to ignore html comments opened by three dashes.
10 stars 6 forks source link

Error with Markdown 3.x #3

Closed SteveClement closed 4 years ago

SteveClement commented 5 years ago

Trying to enable the plugin on Markdown==3.0.1 (via mkdocs) yields the following:

$ mkdocs serve
INFO    -  Building documentation... 
ERROR   -  Config value: 'markdown_extensions'. Error: configs 

Aborted with 1 Configuration Errors!

Perhaps an issue here: https://github.com/ryneeverett/python-markdown-comments/blob/bd7a90fd8eed6fa49ca12b12b5b35580b0058dd3/mkdcomments.py#L64

ryneeverett commented 4 years ago

Resolved by #5.