We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert 89fa016367fccdc35b597e6cff0d2d70abc82d94...efe51c8f74f59ecd50634ef4669aa254da32145e on Tutorial: Writing Extensions for Python Markdown
Created Tutorial: Writing Extensions for Python Markdown (markdown)
Revert 1afa0ecddfe7768c7d235438656e42f78d9d9fe1...7ddb8950167ad7e58b113b78f8299b1a382475f5 on Tutorial: Writing Extensions for Python Markdown
Revert cc1167a893f0147c1c6c19327ce2af4ea155ef95...32823701d97862873d5938f731fa6e0d19dd6191 on Tutorial: Writing Extensions for Python Markdown
bkas daskd asd
Force order
makeExtension does not take *args (no positional arguments allowed)
Update documentation links to Extension API
Config section; fix super() call to modern, clean up documentation.
More fixups of inlinePattern default names
ConfigParser() does not take *args
Fix obsessive elif problem which causes linter errors.
Update documentation links to Python 3
Fix deprecation of importing etree from markdown.
Explain odd regex group numbers
Fix version number for tutorial to Markdown 3.
Fix changes where Markdown switched the internal line parsing patterns.
typo
Fix misleading wording about group numbers
Document deprecation of add() function and its replacement.
Remove deprecated `extendMarkdown()` parameter `md_globals` per 3.0 release notes.
Fix the emphasis tag.
The pattern name is 'emphasis', not 'em'.
API docs link was outdated
minor edit fix typo
Added warning re dev environ
Finished cleanup
Updated and tested the "Adding Config Options" section
Cleaned up and tested the "Creating your own Pattern Class" section.