module documentation

Abbreviation Extension for Python-Markdown ========================================== This extension adds abbreviation handling to Python-Markdown. See <https://Python-Markdown.github.io/extensions/abbreviations> for documentation. Oringinal code Copyright 2007-2008 [Waylan Limberg](http://achinghead.com/) and [Seemant Kulleen](http://www.kulleen.org/) All changes Copyright 2008-2014 The Python Markdown Project License: [BSD](https://opensource.org/licenses/bsd-license.php)

Class AbbrExtension Abbreviation Extension for Python-Markdown.
Class AbbrInlineProcessor Abbreviation inline pattern.
Class AbbrPreprocessor Abbreviation Preprocessor - parse text for abbr references.
Function makeExtension Undocumented
def makeExtension(**kwargs): (source)

Undocumented