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 }}
ZeroHsu
/
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 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
Commits on Jul 25, 2014
tox.ini: install pytidylib from PyPI
Show description for 3c5b34c
mitya57
committed
3c5b34c
Copy full SHA for 3c5b34c
Commits on Jul 12, 2014
Mark a few more lines with 'no cover' - missed them the first time through. The rest should have test cases added.
Waylan Limberg
committed
b27e1ea
Copy full SHA for b27e1ea
Merge branch 'master' of github.com:waylan/Python-Markdown
Waylan Limberg
committed
16de7ed
Copy full SHA for 16de7ed
Added Coveralls status badge
waylan
authored and
Waylan Limberg
committed
8d9d502
Copy full SHA for 8d9d502
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
committed
7d728af
Copy full SHA for 7d728af
Add tests of markdown.extensions.Extension
Waylan Limberg
committed
df17041
Copy full SHA for df17041
Commits on Jul 11, 2014
Better coverage config. Now at 88% coverage.
Waylan Limberg
committed
4987765
Copy full SHA for 4987765
Added Coveralls status badge
waylan
committed
3dbb7cf
Copy full SHA for 3dbb7cf
100% test coverage of admonitions
Waylan Limberg
committed
4cc7453
Copy full SHA for 4cc7453
Minor update to .coveragerc
Waylan Limberg
committed
fb7bd21
Copy full SHA for fb7bd21
Merge branch 'master' of github.com:waylan/Python-Markdown
Waylan Limberg
committed
88fcb08
Copy full SHA for 88fcb08
Add Coverage (and Coveralls) support to tests.
Show description for 5ecd68b
Waylan Limberg
committed
5ecd68b
Copy full SHA for 5ecd68b
Commits on Jun 19, 2014
Merge pull request #319 from mitya57/master
Show description for 819be50
waylan
committed
819be50
Copy full SHA for 819be50
Pagination
Previous
Next
You can’t perform that action at this time.