gaige / markdown-it-reader

Pelican Markdown-it-py based reader
4 stars 1 forks source link

Warning with pelican 4.10 #47

Open gaige opened 1 month ago

gaige commented 1 month ago

When running with Pelican 4.10, a new warning appears:

 WARNING  ./2003-05-15-e3-news-recap.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' package?                                   readers.py:687
           WARNING  ./2003-05-06-msn-search-terms-survey.md: Could not import 'markdown.Markdown'. Have you installed the 'markdown' package?   

This doesn't seem to affect the use of our reader, so might need to take a look at why this is happening. Likely related to a check for disabled readers. There's a new warning disabled_message in pelican/pelican/readers.py.

At this point, it doesn't seem to affect the operation of the plugin.

gaige commented 1 month ago

Looks like this was added 3 months ago and may be a false indicator due to the positioning of the check.