Classes
TaskListPlugin
1
▼
Plugin for task list checkbox support.
Task lists are built into the core parser via the ListItem.…
TaskListPlugin
1
▼
Plugin for task list checkbox support.
Task lists are built into the core parser via the ListItem.checked field. Enable via Markdown(plugins=["task_lists"]).
Note: The actual parsing is controlled by ParseConfig.task_lists_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