Skip to content

Commit

Permalink
Merge pull request #519 from Crozzers/custom-extras
Browse files Browse the repository at this point in the history
Custom extras
  • Loading branch information
nicholasserra committed Feb 25, 2024
2 parents eca7763 + b41ca8f commit 44e0277
Show file tree
Hide file tree
Showing 10 changed files with 1,057 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os:
- ubuntu-20.04
- macos-latest
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Expand Up @@ -11,6 +11,8 @@
- [pull #560] Fix `markdown-in-html` not always splitting HTML tags into separate lines (#558)
- [pull #564] Fix incomplete comments in safe mode not being escaped (#563)
- [pull #566] Fix crash in `markdown-in-html` extra (#565)
- [pull #519] Add support for custom extras
- [pull #519] Drop Python 3.5 support


## python-markdown2 2.4.12
Expand Down

0 comments on commit 44e0277

Please sign in to comment.