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 }}
stacktile
/
Python-Markdown
Public
forked from
devmapal/Python-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
050c9af
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 27, 2014
Merge branch 'master' of https://github.com/waylan/Python-Markdown
waylan
committed
050c9af
Copy full SHA for 050c9af
Various tweaks to release notes.
waylan
committed
07df8cc
Copy full SHA for 07df8cc
Allow named extensions to specify the Class Name
Show description for e98ac74
waylan
committed
e98ac74
Copy full SHA for e98ac74
Refactored extension importing.
Show description for 44e718e
waylan
committed
44e718e
Copy full SHA for 44e718e
Commits on Aug 26, 2014
Fixed a small bug in --extension_configs CLI option.
Show description for 0b5e08c
Waylan Limberg
committed
0b5e08c
Copy full SHA for 0b5e08c
Commits on Aug 25, 2014
Removed some old code
Show description for 8c29487
waylan
committed
8c29487
Copy full SHA for 8c29487
Added some inline pattenr tests.
Show description for b59d6d5
waylan
committed
b59d6d5
Copy full SHA for b59d6d5
Fixed a bug in markdown.util.parseBoolValue
Show description for ed661f7
waylan
committed
ed661f7
Copy full SHA for ed661f7
Add test of unsafe HTML in stash with safe_mode='excape'
Show description for d7e0f99
waylan
committed
d7e0f99
Copy full SHA for d7e0f99
Commits on Aug 22, 2014
Include __main__.py in coverage.
waylan
committed
091553a
Copy full SHA for 091553a
Note deprecation of `force_linenums` keyword in release notes.
waylan
committed
4c57563
Copy full SHA for 4c57563
Added `--extension_configs` option to the CLI.
Show description for 4100336
waylan
committed
4100336
Copy full SHA for 4100336
Cleaned up some whitespace inconsistancies.
waylan
committed
726eacc
Copy full SHA for 726eacc
Commits on Aug 21, 2014
Update docs for tests refactor. INI => YAML. Relates to #333.
waylan
committed
57ac1b2
Copy full SHA for 57ac1b2
Standardized all extension header comments to a uniform format.
waylan
committed
31ea829
Copy full SHA for 31ea829
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/'. The former redirects to the latter anyway. Might as well point to the actual destination.
waylan
committed
9663654
Copy full SHA for 9663654
Updated generate code for tests refactor. Related to #333.
waylan
committed
d620a31
Copy full SHA for d620a31
Commits on Aug 20, 2014
Upped version to 2.5-dev and started release notes.
waylan
committed
1895fb4
Copy full SHA for 1895fb4
Fix a typo in testing refactor. Related to #333
waylan
committed
dde1c39
Copy full SHA for dde1c39
Update lib reference docs to reflect that extension_configs accepts dicts. Related to #325
waylan
committed
691d291
Copy full SHA for 691d291
Refactored test framework to use YAML config files rather than INI. Fixes #333.
waylan
committed
1918cd2
Copy full SHA for 1918cd2
Commits on Aug 15, 2014
Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.
MartinAltmayer
committed
e7b6a33
Copy full SHA for e7b6a33
Commits on Aug 14, 2014
Added test for the new 'smart_substitutions' feature of Smarty extension.
MartinAltmayer
committed
e90687e
Copy full SHA for e90687e
Commits on Aug 11, 2014
Fixed an old typo in the smarty extension and added a test case.
MartinAltmayer
committed
927ad00
Copy full SHA for 927ad00
Replaced smart_lsquo etc. by a single option smart_substitutions which allows to overwrite all substitution strings. Fixed line length in docs.
MartinAltmayer
committed
af85029
Copy full SHA for af85029
Commits on Aug 9, 2014
Added options to the Smarty extension that configure the text that is used to replace quotes. This makes it possible to use the correct quotes in languages other than English.
MartinAltmayer
committed
139e882
Copy full SHA for 139e882
Commits on Aug 6, 2014
Makefiles require tabs - not spaces - for indentation. see #328
Waylan Limberg
committed
44cf8ce
Copy full SHA for 44cf8ce
Ensure MANIFEST is always included in builds. Fixes #328.
Waylan Limberg
committed
4f1a484
Copy full SHA for 4f1a484
Commits on Aug 2, 2014
Fixed silly typo. Relates to #325.
Waylan Limberg
committed
e020920
Copy full SHA for e020920
Updated extension API docs for Extension.__init__ refactor
Show description for cc3405c
waylan
committed
cc3405c
Copy full SHA for cc3405c
Ensure Extension.getConfigInfo Test always passes
Show description for 2649f81
waylan
committed
2649f81
Copy full SHA for 2649f81
Update reference docs for recent Extension.__init__ refactor.
Show description for bf4a2c6
waylan
committed
bf4a2c6
Copy full SHA for bf4a2c6
Commits on Aug 1, 2014
Update extensions for Extension.__init__ refactor
Show description for 4737205
Waylan Limberg
committed
4737205
Copy full SHA for 4737205
Commits on Jul 30, 2014
Refactor markdown.extensions.Extension.__init__()
Show description for aae3738
Waylan Limberg
committed
aae3738
Copy full SHA for aae3738
Commits on Jul 27, 2014
Merge pull request #327 from mitya57/master
Show description for a8396c3
waylan
committed
a8396c3
Copy full SHA for a8396c3
Pagination
Previous
Next
You can’t perform that action at this time.