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.
When running with Pelican 4.10, a new warning appears:
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.