Skip to content

History / Tutorial: Writing Extensions for Python Markdown

Revisions

  • Revert 89fa016367fccdc35b597e6cff0d2d70abc82d94...efe51c8f74f59ecd50634ef4669aa254da32145e on Tutorial: Writing Extensions for Python Markdown

    @foosel foosel committed Jun 9, 2022
  • Created Tutorial: Writing Extensions for Python Markdown (markdown)

    Ragav Sridharan committed Dec 26, 2021
  • Revert 1afa0ecddfe7768c7d235438656e42f78d9d9fe1...7ddb8950167ad7e58b113b78f8299b1a382475f5 on Tutorial: Writing Extensions for Python Markdown

    @waylan waylan committed May 26, 2021
  • Created Tutorial: Writing Extensions for Python Markdown (markdown)

    @joepelczar joepelczar committed Nov 21, 2020
  • Revert cc1167a893f0147c1c6c19327ce2af4ea155ef95...32823701d97862873d5938f731fa6e0d19dd6191 on Tutorial: Writing Extensions for Python Markdown

    @waylan waylan committed Nov 2, 2020
  • bkas daskd asd

    @ayaz95 ayaz95 committed Oct 17, 2020
  • Force order

    @flywire flywire committed Jul 8, 2020
  • makeExtension does not take *args (no positional arguments allowed)

    @merriam merriam committed Apr 19, 2020
  • Update documentation links to Extension API

    @merriam merriam committed Apr 17, 2020
  • Config section; fix super() call to modern, clean up documentation.

    @merriam merriam committed Apr 14, 2020
  • More fixups of inlinePattern default names

    @merriam merriam committed Apr 14, 2020
  • ConfigParser() does not take *args

    @merriam merriam committed Apr 14, 2020
  • Fix obsessive elif problem which causes linter errors.

    @merriam merriam committed Apr 14, 2020
  • Update documentation links to Python 3

    @merriam merriam committed Apr 14, 2020
  • Fix deprecation of importing etree from markdown.

    @merriam merriam committed Apr 14, 2020
  • Explain odd regex group numbers

    @merriam merriam committed Apr 14, 2020
  • Fix version number for tutorial to Markdown 3.

    @merriam merriam committed Apr 14, 2020
  • Fix changes where Markdown switched the internal line parsing patterns.

    @merriam merriam committed Apr 14, 2020
  • typo

    @merriam merriam committed Apr 14, 2020
  • Fix misleading wording about group numbers

    @merriam merriam committed Apr 14, 2020
  • Document deprecation of add() function and its replacement.

    @merriam merriam committed Apr 14, 2020
  • Remove deprecated `extendMarkdown()` parameter `md_globals` per 3.0 release notes.

    @merriam merriam committed Apr 14, 2020
  • Fix the emphasis tag.

    @adyouri adyouri committed Feb 2, 2020
  • The pattern name is 'emphasis', not 'em'.

    @adambyer adambyer committed Mar 6, 2019
  • API docs link was outdated

    @Nebulosar Nebulosar committed Apr 25, 2018
  • minor edit fix typo

    @waylan waylan committed Jan 25, 2015
  • Added warning re dev environ

    @waylan waylan committed Jan 25, 2015
  • Finished cleanup

    @waylan waylan committed Jan 24, 2015
  • Updated and tested the "Adding Config Options" section

    @waylan waylan committed Jan 24, 2015
  • Cleaned up and tested the "Creating your own Pattern Class" section.

    @waylan waylan committed Jan 24, 2015