Classes
StrikethroughPlugin
1
▼
Plugin adding ~~strikethrough~~ support.
Extends inline parsing to recognize ~~ delimiters.
Enabl…
StrikethroughPlugin
1
▼
Plugin adding strikethrough support.
Extends inline parsing to recognize ~~ delimiters.
Enable via Markdown(plugins=["strikethrough"]).
Note: The actual parsing is controlled by ParseConfig.strikethrough_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