Searched refs:AbbrPreprocessor (Results 1 - 1 of 1) sorted by relevance

/external/markdown/markdown/extensions/
H A Dabbr.py36 """ Insert AbbrPreprocessor before ReferencePreprocessor. """
37 md.preprocessors.add('abbr', AbbrPreprocessor(md), '<reference')
40 class AbbrPreprocessor(markdown.preprocessors.Preprocessor): class in inherits:markdown.preprocessors.Preprocessor

Completed in 115 milliseconds