module documentation

Tables Extension for Python-Markdown ==================================== Added parsing of tables to Python-Markdown. See <https://Python-Markdown.github.io/extensions/tables> for documentation. Original code Copyright 2009 [Waylan Limberg](http://achinghead.com) All changes Copyright 2008-2014 The Python Markdown Project License: [BSD](https://opensource.org/licenses/bsd-license.php)

Class TableExtension Add tables to Markdown.
Class TableProcessor Process Tables.
Function makeExtension Undocumented
Constant PIPE_LEFT Undocumented
Constant PIPE_NONE Undocumented
Constant PIPE_RIGHT Undocumented
def makeExtension(**kwargs): (source)

Undocumented

PIPE_LEFT: int = (source)

Undocumented

Value
1
PIPE_NONE: int = (source)

Undocumented

Value
0
PIPE_RIGHT: int = (source)

Undocumented

Value
2