index
:
delta/python-markdown.git
2.6
baserock/morph
experiment-ancestory
feature-ancestry
flake8-722
html
image-url-spaces
inline
issue253
issue712
master
md3
mitya57/coveralls
mitya57/script-name
no-header_id.md
raw-html-ref-issue
regex-fixes
registry
revert-417-master
slowhtml
strongem
tox
travis-update
utest
waylan-patch-1
github.com: waylan/Python-Markdown.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
markdown
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed many failing tests in inline refactor. Still a ways to go.
inline
Waylan Limberg
2015-06-21
3
-5
/
+5
*
Revert to ext short names now that we use entry_points.
Waylan Limberg
2015-04-22
1
-6
/
+6
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2015-04-22
3
-38
/
+30
*
Removed laxy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2015-04-22
1
-0
/
+1
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2015-04-22
1
-0
/
+45
*
Cleaned up some old Python 2.4 code.
Waylan Limberg
2015-04-22
1
-7
/
+1
*
All Markdown instances are now 'md'.
Waylan Limberg
2015-04-22
7
-15
/
+15
*
Removed deprecated HeaderId Extension.
Waylan Limberg
2015-04-22
1
-93
/
+0
*
Removed md_globals from extension API.
Waylan Limberg
2015-04-22
18
-20
/
+18
*
Removed now unnessecary 'makeExtension' functions from extensions.
Waylan Limberg
2015-04-22
17
-69
/
+0
*
Removed unused import.
Waylan Limberg
2015-04-22
1
-1
/
+0
*
Removed deprecated support for positional args on Extension class.
Waylan Limberg
2015-04-22
18
-77
/
+49
*
Removed deprecated safe_mode.
Waylan Limberg
2015-04-22
5
-16
/
+12
*
added support for zero row tables
pieterprovoost
2015-04-05
1
-2
/
+2
*
smarty: Add back special case for decade abbreviations
Dmitry Shachnev
2015-03-18
1
-0
/
+4
*
Add Comment support to toc.
Waylan Limberg
2015-03-14
1
-2
/
+2
*
Removed `yaml` option from meta-data extension.
Waylan Limberg
2015-03-08
1
-34
/
+6
*
No `=` in key or value of attr lists.
Waylan Limberg
2015-02-24
1
-2
/
+2
*
Added a 'use_pygments' config option to CodeHilite.
Waylan Limberg
2015-02-05
1
-7
/
+10
*
Upgraded to DeprecationWarning on ext `config` keyword.
Waylan Limberg
2015-02-05
1
-9
/
+11
*
Use newer ElementTree API to avoid future breakage.
Waylan Limberg
2015-01-31
6
-9
/
+8
*
Only log warnings from commandline script.
Waylan Limberg
2015-01-31
1
-4
/
+0
*
More refactor of TOC Extension.
Waylan Limberg
2015-01-01
1
-24
/
+24
*
HeaderId Extension marked as Pending Deprecation.
Waylan Limberg
2015-01-01
2
-69
/
+74
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
1
-4
/
+4
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
1
-49
/
+55
*
Complete test coverage of TOC Extension
Waylan Limberg
2014-12-30
1
-8
/
+6
*
Always add toc to Markdown Class Instance
Waylan Limberg
2014-12-30
1
-6
/
+6
*
Add reset support to TOC extension.
Waylan Limberg
2014-12-30
1
-0
/
+6
*
Add YAML support to Meta extension
Kernc
2014-11-30
1
-7
/
+41
*
Completed flake8 cleanup.
Waylan Limberg
2014-11-20
1
-1
/
+1
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
18
-275
/
+346
*
Issue #366 Recursion error in toc ext
facelessuser
2014-11-17
1
-48
/
+47
*
Use Pygments API
facelessuser
2014-10-04
1
-10
/
+10
*
Run Meta after whitespace normalization
Waylan Limberg
2014-09-26
1
-1
/
+1
*
Fixed TOC Option parsing.
Waylan Limberg
2014-09-25
1
-2
/
+2
*
Mark special treatment of extension names as PendingDeprecation
Waylan Limberg
2014-08-29
1
-1
/
+14
*
More updates to test configs.
Waylan Limberg
2014-08-29
2
-11
/
+16
*
Cleaned up some whitespace inconsistancies.
Waylan Limberg
2014-08-22
1
-1
/
+1
*
Standardized all extension header comments to a uniform format.
Waylan Limberg
2014-08-21
17
-446
/
+193
*
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...
Waylan Limberg
2014-08-21
8
-11
/
+11
*
Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.
Martin Altmayer
2014-08-15
1
-3
/
+2
*
Fixed an old typo in the smarty extension and added a test case.
Martin Altmayer
2014-08-11
1
-2
/
+2
*
Replaced smart_lsquo etc. by a single option smart_substitutions which allows...
Martin Altmayer
2014-08-11
1
-14
/
+32
*
Added options to the Smarty extension that configure the text that is used to...
Martin Altmayer
2014-08-09
1
-3
/
+10
*
Update extensions for Extension.__init__ refactor
Waylan Limberg
2014-07-31
18
-99
/
+92
*
Refactor markdown.extensions.Extension.__init__()
Waylan Limberg
2014-07-29
1
-7
/
+29
*
Marked a bunch of lines as 'no cover'. Coverage at 91%
Waylan Limberg
2014-07-11
3
-3
/
+3
*
smarty: add support for angled quotes
Dmitry Shachnev
2014-06-19
1
-0
/
+11
*
Merge pull request #317 from mitya57/doctests
Waylan Limberg
2014-06-16
7
-37
/
+37
|
\
[next]