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.2.0
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 22, 2023
🚀 RELEASE: v2.2.0 (#250)
chrisjsewell
authored
73a0147
Copy full SHA for 73a0147
🐛 FIX: CLI crash on non-utf8 character (#247)
Show description for 53ca3e9
chrisjsewell
authored
53ca3e9
Copy full SHA for 53ca3e9
📚 Add email to security section (#249)
chrisjsewell
authored
6491bc2
Copy full SHA for 6491bc2
🔧 Create SECURITY.md (#248)
chrisjsewell
authored
cf8b2d8
Copy full SHA for cf8b2d8
🐛 FIX: CVE-2023-26303 (#246)
Show description for ae03c61
chrisjsewell
authored
ae03c61
Copy full SHA for ae03c61
📚 DOCS: Update the example (#229)
Show description for 2c93e0b
redstoneleo
and
chrisjsewell
authored
2c93e0b
Copy full SHA for 2c93e0b
⬆️ UPGRADE: Allow linkify-it-py v2 (#218)
Show description for 4670f0c
hukkin
and
chrisjsewell
authored
4670f0c
Copy full SHA for 4670f0c
📚 DOCS: Add section about markdown renderer (#227)
Show description for 032c742
holamgadol
and
chrisjsewell
authored
032c742
Copy full SHA for 032c742
🔧 Update benchmark pkg versions (#245)
chrisjsewell
authored
c9f6856
Copy full SHA for c9f6856
🔧 Bump GH actions (#244)
chrisjsewell
authored
2160a3d
Copy full SHA for 2160a3d
⬆️ Bump r-lib/actions from 1 to 2 (#243)
Show description for f83c969
dependabot[bot]
authored
f83c969
Copy full SHA for f83c969
🔧 Add dependabot
chrisjsewell
committed
23f22bc
Copy full SHA for 23f22bc
🧪 TESTS unpin pytest-benchmark
chrisjsewell
committed
b668249
Copy full SHA for b668249
🔧 pre-commit autoupdate
chrisjsewell
committed
9740e23
Copy full SHA for 9740e23
Commits on Jan 24, 2023
📚 DOCS: Fix typo (#230)
jwilk
authored
4e89474
Copy full SHA for 4e89474
Commits on Aug 2, 2022
[pre-commit.ci] pre-commit autoupdate (#220)
Show description for 9f642d0
pre-commit-ci[bot]
and
chrisjsewell
authored
9f642d0
Copy full SHA for 9f642d0
Commits on Jul 4, 2022
[pre-commit.ci] pre-commit autoupdate (#215)
pre-commit-ci[bot]
authored
9be8e22
Copy full SHA for 9be8e22
Commits on May 8, 2022
🔧 MAINTAIN: Update mypy's additional dependencies (#217)
hukkin
authored
53084e1
Copy full SHA for 53084e1
Commits on Apr 16, 2022
🚀 RELEASE: v2.1.0 (#213)
chrisjsewell
authored
7e677c4
Copy full SHA for 7e677c4
♻️ REFACTOR: __slots__ for dataclasses (#214)
hukkin
authored
145a484
Copy full SHA for 145a484
Commits on Apr 15, 2022
🐛 FIX: Combination of blockquotes, list and newlines causes IndexError (#207)
hukkin
authored
2a67873
Copy full SHA for 2a67873
📚 DOCS: Update usage guide to use PyPI package name (#202)
Show description for 8928b0e
thibaudcolas
and
chrisjsewell
authored
8928b0e
Copy full SHA for 8928b0e
♻️ REFACTOR: Move `Token` to `dataclass` (#212)
Show description for 6649229
chrisjsewell
authored
6649229
Copy full SHA for 6649229
Commits on Apr 14, 2022
‼️ Remove deorecated `NestedTokens` and `nest_tokens`
Show description for cbca541
chrisjsewell
committed
cbca541
Copy full SHA for cbca541
♻️ REFACTOR: Move internal `Rule`/`Delimiter` to dataclass (#211)
chrisjsewell
authored
ead951d
Copy full SHA for ead951d
🔧 MAINTAIN: Add isort hook (#210)
chrisjsewell
authored
063268b
Copy full SHA for 063268b
📚 DOCS: Fix build (#209)
Show description for cb2eee1
chrisjsewell
authored
cb2eee1
Copy full SHA for cb2eee1
🔧 MAINTAIN: Move from setuptools to flit (#208)
chrisjsewell
authored
4e5be66
Copy full SHA for 4e5be66
Commits on Apr 12, 2022
📚 DOCS: Fix typos (#203)
kianmeng
authored
7748e13
Copy full SHA for 7748e13
🧪 TEST: Space in link destination does not raise `IndexError` (#206)
mib112
authored
c68d342
Copy full SHA for c68d342
Commits on Feb 18, 2022
⬆️ UPGRADE: Drop support for EOL Python 3.6 (#194)
hukkin
authored
32097fb
Copy full SHA for 32097fb
Commits on Feb 6, 2022
✨ NEW: Save ordered list numbering (#192)
hukkin
authored
bf8ca33
Copy full SHA for bf8ca33
🔧 MAINTAIN: Update performance benchmark (#196)
hukkin
authored
d357240
Copy full SHA for d357240
🔧 MAINTAIN: Add a profiler tox env (#197)
hukkin
authored
afe075c
Copy full SHA for afe075c
Commits on Jan 24, 2022
🚀 RELEASE: v2.0.1 (#188)
chrisjsewell
authored
d6adf66
Copy full SHA for d6adf66
Pagination
Previous
Next
You can’t perform that action at this time.