|
ticket id 000041 |
status closed |
priority ??? |
assigned to Waylan |
Reported by: eichin@gmail.com Component: |
mainline/docs/writing_extensions.txt says
Preprocessors should inherit from
markdown.Preprocessorand implement class MyPreprocessor(markdown.Preprocessor):
compare with actual code in mainline/markdown/extensions/abbr.py
class AbbrPreprocessor(markdown.preprocessors.Preprocessor):
Likewise for Treeprocessor, Postprocessor, Blockprocessor, etc...
(My path was reading about this on freewisdom.org, grabbing mainline [since debian/ubuntu still have 1.7, which only take external-file extensions] and having it not work either, then digging in :-)
Resolution
fixed