Classes
AutolinksPlugin
1
▼
Plugin for automatic URL and email linking.
Extends inline parsing to detect URLs and emails witho…
AutolinksPlugin
1
▼
Plugin for automatic URL and email linking.
Extends inline parsing to detect URLs and emails without explicit markdown link syntax.
Enable via Markdown(plugins=["autolinks"]).
Note: The actual parsing is controlled by ParseConfig.autolinks_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