module documentation

Attribute List Extension for Python-Markdown ============================================ Adds attribute list syntax. Inspired by [maruku](http://maruku.rubyforge.org/proposal.html#attribute_lists)'s feature of the same name. See <https://Python-Markdown.github.io/extensions/attr_list> for documentation. Original code Copyright 2011 [Waylan Limberg](http://achinghead.com/). All changes Copyright 2011-2014 The Python Markdown Project License: [BSD](https://opensource.org/licenses/bsd-license.php)

Class AttrListExtension Undocumented
Class AttrListTreeprocessor No class docstring; 0/5 constant, 2/3 methods documented
Function get_attrs Parse attribute list and return a list of attribute tuples.
Function isheader Undocumented
Function makeExtension Undocumented
Function _handle_double_quote Undocumented
Function _handle_key_value Undocumented
Function _handle_single_quote Undocumented
Function _handle_word Undocumented
Variable _scanner Undocumented
def get_attrs(str): (source)

Parse attribute list and return a list of attribute tuples.

def isheader(elem): (source)

Undocumented

def makeExtension(**kwargs): (source)

Undocumented

def _handle_double_quote(s, t): (source)

Undocumented

def _handle_key_value(s, t): (source)

Undocumented

def _handle_single_quote(s, t): (source)

Undocumented

def _handle_word(s, t): (source)

Undocumented

_scanner = (source)

Undocumented