ford.md_striped_table module#
- class ford.md_striped_table.StripedTableCSSExtension(**kwargs)#
Bases:
Extension
Add CSS class to alternate rows in table
- extendMarkdown(md, *args, **kwargs)#
Add the various processors and patterns to the Markdown Instance.
This method must be overridden by every extension.
Keyword arguments:
md: The Markdown instance.
- class ford.md_striped_table.StripedTableCSSTreeprocessor(md=None)#
Bases:
Treeprocessor
- ford.md_striped_table.makeExtension(**kwargs)#