gfm – Base module for GitHub-Flavored Markdown¶
-
class
gfm.SemiSaneListExtension(**kwargs)[source]¶ An extension that causes lists to be treated the same way GitHub does.
-
class
gfm.StrikethroughExtension(**kwargs)[source]¶ An extension that adds support for strike-through text between two
~~.
-
class
gfm.TaskListExtension(**kwargs)[source]¶ An extension that supports GitHub task lists. Both ordered and unordered lists are supported and can be separately enabled. Nested lists are supported.
Example:
- [x] milk - [ ] eggs - [x] chocolate - [ ] if possible: 1. [ ] solve world peace 2. [ ] solve world hunger