Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
executablebooks
/
markdown-it-py
Public
Notifications
You must be signed in to change notification settings
Fork
84
Star
1.1k
Code
Issues
30
Pull requests
8
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
v2.0.0
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 3, 2021
🚀 RELEASE: v2.0.0 (#182)
chrisjsewell
authored
465b54d
Copy full SHA for 465b54d
♻️ REFACTOR: Remove `AttrDict` (#181)
Show description for 4827cbf
chrisjsewell
authored
4827cbf
Copy full SHA for 4827cbf
Commits on Dec 1, 2021
🧪 TESTS: Remove needless xfail (#180)
hukkin
authored
934eb90
Copy full SHA for 934eb90
📚 DOCS: `punycode` and `mdurl` are now used (#179)
hukkin
authored
d0725a3
Copy full SHA for d0725a3
🔧 MAINTAIN: Use `pyproject-build` for package deployment (#177)
hukkin
authored
2863ebb
Copy full SHA for 2863ebb
♻️ REFACTOR: Port `mdurl` and `punycode` for URL normalisation (#171)
Show description for bb6cf6e
hukkin
authored
bb6cf6e
Copy full SHA for bb6cf6e
👌 IMPROVE: Use __all__ to signal re-exports (#120)
Show description for 73763b3
3 people
authored
73763b3
Copy full SHA for 73763b3
🐛 FIX: Always suffix indented code block with newline (#169)
Show description for 22a65b3
hukkin
authored
22a65b3
Copy full SHA for 22a65b3
🧪 TESTS: Add URL normalisation xfail (#170)
Show description for 0195be3
hukkin
and
chrisjsewell
authored
0195be3
Copy full SHA for 0195be3
🧪 TESTS: Test against python3.10 (#178)
hukkin
authored
facd548
Copy full SHA for facd548
Commits on Sep 10, 2021
📚 DOCS: Fix parameter-names and descriptions (#173)
Show description for cde6906
marcusatiliusregulus
authored
cde6906
Copy full SHA for cde6906
Commits on Aug 17, 2021
⬆️ Update: Sync with markdown-it v12.1.0 and CommonMark v0.30 (#168)
Show description for 42e5732
hukkin
authored
42e5732
Copy full SHA for 42e5732
Commits on May 8, 2021
🚀 RELEASE: v1.1.0 (#166)
chrisjsewell
authored
1d27af1
Copy full SHA for 1d27af1
Commits on May 7, 2021
⬆️ UPGRADE: `attrs` -> v21 (#165)
Show description for 78381ff
tadeu
authored
78381ff
Copy full SHA for 78381ff
Commits on May 3, 2021
🔧 MAINTAIN: Change development status
chrisjsewell
committed
4e6c0ab
Copy full SHA for 4e6c0ab
📚 DOCS: Move plugin documentation (#163)
Show description for 99bc1ae
chrisjsewell
authored
99bc1ae
Copy full SHA for 99bc1ae
Commits on May 2, 2021
🚀 RELEASE: v1.0.0 (#162)
chrisjsewell
authored
b0355bf
Copy full SHA for b0355bf
Commits on May 1, 2021
🚀 RELEASE: v1.0.0b3
chrisjsewell
authored
4319396
Copy full SHA for 4319396
Commits on Apr 30, 2021
📚 DOCS: Minor heading level fix
chrisjsewell
committed
f23284e
Copy full SHA for f23284e
👌 IMPROVE: Add `RendererProtocol` typing (#126)
Show description for 15ba9b6
hukkinj1
and
chrisjsewell
authored
15ba9b6
Copy full SHA for 15ba9b6
🔧 MAINTAIN: Don't allow `None` value for `StateBase.src` (#73)
Show description for 99ebfac
hukkinj1
and
chrisjsewell
authored
99ebfac
Copy full SHA for 99ebfac
Commits on Apr 29, 2021
👌 IMPROVE: Type annotate `common/utils` (#160)
hukkinj1
authored
c55a243
Copy full SHA for c55a243
Commits on Apr 25, 2021
🔧 MAINTAIN: Update development packages (#154)
chrisjsewell
authored
53d9b33
Copy full SHA for 53d9b33
🚀 RELEASE: v1.0.0b2
chrisjsewell
committed
13c5129
Copy full SHA for 13c5129
‼️ BREAKING: Move `mdit-py-plugins` install to `plugins` extra (#159)
Show description for 0499c6c
chrisjsewell
authored
0499c6c
Copy full SHA for 0499c6c
🐛 FIX: Newline not rendered in image alt attribute (#157)
Show description for a178448
hukkinj1
and
chrisjsewell
authored
a178448
Copy full SHA for a178448
🐛 FIX: Raise HTML blocks priority to resolve conflict with headings (#158)
Show description for 7d44103
hukkinj1
authored
7d44103
Copy full SHA for 7d44103
Commits on Apr 1, 2021
🔧 MAINTAIN: Switch to declarative metadata (#139)
hukkinj1
authored
b1a74b4
Copy full SHA for b1a74b4
Commits on Mar 31, 2021
🚀 RELEASE: v1.0.0b1 (#152)
chrisjsewell
authored
36c386d
Copy full SHA for 36c386d
📚 DOCS: Fix deprecated import (#150)
firasm
authored
06d66b8
Copy full SHA for 06d66b8
🐛 FIX: List/table parsing ambiguity (#149)
Show description for ed48ece
hukkinj1
authored
ed48ece
Copy full SHA for ed48ece
‼️ BREAKING: Replace use of AttrDict for env/options (#151)
Show description for 9ecda04
chrisjsewell
authored
9ecda04
Copy full SHA for 9ecda04
Commits on Mar 23, 2021
✨ NEW: Add SyntaxTreeNode.walk (#148)
hukkinj1
authored
7a1df9c
Copy full SHA for 7a1df9c
Commits on Mar 21, 2021
🧪 TESTS: Use pytest.xfail not pytest.skip (#147)
hukkinj1
authored
2fbc419
Copy full SHA for 2fbc419
Commits on Mar 20, 2021
🐛 FIX: Ruler.at (#146)
Show description for 8e8d1e7
chrisjsewell
authored
8e8d1e7
Copy full SHA for 8e8d1e7
Pagination
Previous
Next
You can’t perform that action at this time.