Hi,
this is on a current (today) clone from gitorious.
When trying to run a crippled extension of mine, I noticed that the Exception was off: Instead of a MarkdownException I got a NameError.
It seems that __init__.py needs:
> from markdown.md_logging import message
> from logging import DEBUG, INFO, WARN, ERROR, CRITICAL
for the load_extension method?
Cheers,
Pascal |