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 }}
atodorov
/
Python-Markdown
Public
forked from
Python-Markdown/markdown
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 25, 2015
Updated change_log
waylan
committed
14bcbe8
Copy full SHA for 14bcbe8
Upped version to 2.6.5.
waylan
committed
77464c6
Copy full SHA for 77464c6
Commits on Nov 18, 2015
Switch Travis to new infrastructure for faster build.
waylan
committed
a0cf768
Copy full SHA for a0cf768
Commits on Nov 7, 2015
Merge pull request #441 from mitya57/master
Show description for b8f87d1
waylan
committed
b8f87d1
Copy full SHA for b8f87d1
Fix handling of characters after backtick in tables.
Show description for b966709
mitya57
committed
b966709
Copy full SHA for b966709
Add a failing testcase for issue #440.
mitya57
committed
14a0453
Copy full SHA for 14a0453
Commits on Nov 6, 2015
Upped to version 2.6.4.
waylan
committed
5deee37
Copy full SHA for 5deee37
Ensure InlinePatterns don't drop newlines.
Show description for 6897545
waylan
committed
6897545
Copy full SHA for 6897545
Commits on Oct 26, 2015
Upped to version 2.6.3.
waylan
committed
9ce3138
Copy full SHA for 9ce3138
Merge pull request #437 from MustafaHaddara/table-inline-code
Show description for 2e4f1f7
waylan
committed
2e4f1f7
Copy full SHA for 2e4f1f7
Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we must stick with coverage<4.0.
waylan
committed
20b17c2
Copy full SHA for 20b17c2
Commits on Oct 25, 2015
Fixed handling of table cell split
Mustafa Haddara
authored and
MustafaHaddara
committed
fb65ed1
Copy full SHA for fb65ed1
Commits on Sep 5, 2015
Merge pull request #432 from facelessuser/master
Show description for f3a68fa
waylan
committed
f3a68fa
Copy full SHA for f3a68fa
Fix infinite loop #430
Show description for 6cd3765
facelessuser
committed
6cd3765
Copy full SHA for 6cd3765
Commits on Aug 29, 2015
Merge pull request #429 from Tigge/patch-1
Show description for d442f57
waylan
committed
d442f57
Copy full SHA for d442f57
Fix find footnote placeholder to recurse
Tigge
committed
c3f7b2b
Copy full SHA for c3f7b2b
Commits on Jun 20, 2015
Merge pull request #419 from mitya57/master
Show description for 904d4e6
waylan
committed
904d4e6
Copy full SHA for 904d4e6
Add a test for duplicate angled quotes without smarty extension
mitya57
committed
644e32c
Copy full SHA for 644e32c
Override regex for html inline pattern when smart_angled_quotes is true
Show description for 93d7941
mitya57
committed
93d7941
Copy full SHA for 93d7941
Restict travis to non-experimental branches.
waylan
committed
f3a8cb9
Copy full SHA for f3a8cb9
Commits on Jun 19, 2015
Add a test to make sure quotes processor does not touch code blocks
mitya57
committed
c906d6d
Copy full SHA for c906d6d
Revert "smarty: Use a separate processor for angled quotes"
Show description for 621cac4
mitya57
committed
621cac4
Copy full SHA for 621cac4
Commits on Jun 15, 2015
Merge pull request #417 from mitya57/master
Show description for 789f516
waylan
committed
789f516
Copy full SHA for 789f516
smarty: Use a separate processor for angled quotes
Show description for 5029d82
mitya57
committed
5029d82
Copy full SHA for 5029d82
tests: Add a failing case for `<<Hello>>` to smarty test
mitya57
committed
bb9bb31
Copy full SHA for bb9bb31
Commits on Jun 2, 2015
Merge pull request #415 from karepker/master
Show description for c7410d1
waylan
committed
c7410d1
Copy full SHA for c7410d1
Updated BlockProcessor to new-style class. Changed subclasses to use super().
Kar Epker
committed
99257e4
Copy full SHA for 99257e4
Commits on Jun 1, 2015
Changed formatting of regex strings. Fixed flake8 issues.
Kar Epker
committed
d3cc989
Copy full SHA for d3cc989
Changed line continuations to satisfy pylint.
Kar Epker
committed
cced40a
Copy full SHA for cced40a
Fixed parser ignoring value of tab_length.
Kar Epker
committed
6cbc66b
Copy full SHA for 6cbc66b
Commits on Apr 20, 2015
Updated change_log for 2.6.2.
waylan
committed
e594213
Copy full SHA for e594213
Upped version to 2.6.2
waylan
committed
28a5920
Copy full SHA for 28a5920
Commits on Apr 6, 2015
Merge pull request #404 from iKevinY/spelling-fixes
Show description for ce24238
waylan
committed
ce24238
Copy full SHA for ce24238
Miscellaneous capitalization/spelling fixes
iKevinY
committed
4dbbb08
Copy full SHA for 4dbbb08
Merge pull request #400 from pieterprovoost/emptytable
Show description for 3481625
waylan
committed
3481625
Copy full SHA for 3481625
Pagination
Previous
Next
You can’t perform that action at this time.