Classes
TablePlugin
1
▼
Plugin adding GFM table support.
Tables are detected at the block level when a line starts with |
…
TablePlugin
1
▼
Plugin adding GFM table support.
Tables are detected at the block level when a line starts with | and is followed by a delimiter row (|---|---|).
Enable via Markdown(plugins=["table"]).
Note: The actual parsing is controlled by ParseConfig.tables_enabled, which is set by the Markdown class based on the plugins list.
Methods
name
0
str
▼
property
name
0
str
▼
def name(self) -> str
Returns
str