index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support custom labels in TOC. (#700)
Waylan Limberg
2018-09-05
1
-9
/
+25
*
Move isBlockLevel to class. (#693)
Waylan Limberg
2018-07-31
1
-3
/
+4
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
1
-2
/
+2
*
Refactor options tests
Waylan Limberg
2018-07-31
4
-10
/
+12
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
7
-7
/
+43
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
5
-38
/
+22
*
Removed unnessecary no attributes test. (#694)
Waylan Limberg
2018-07-31
3
-7
/
+0
*
Fix double escaping of amp in attributes (#670)
Isaac Muse
2018-07-29
5
-2
/
+21
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
16
-3
/
+341
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
1
-147
/
+212
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
1
-0
/
+54
*
Add the possibility to set additional classes
WhiteWinterWolf
2018-07-24
2
-0
/
+17
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
12
-37
/
+55
*
Improve serializer test coverage
Waylan Limberg
2018-07-24
1
-6
/
+64
*
Simplify namespace support in serializer.
Waylan Limberg
2018-07-24
1
-0
/
+29
*
Implement reset() for Meta extension (#672)
Glandos
2018-06-19
1
-0
/
+14
*
Better check of allowed TOC location #639 (#641)
Charles de Beauchesne
2018-03-08
1
-0
/
+35
*
Only strip spaces in tables (#644)
Isaac Muse
2018-02-22
2
-0
/
+43
*
Simplify output_formats to html and xhtml.
Waylan Limberg
2018-01-25
1
-3
/
+3
*
Flexible inline (#629)
Isaac Muse
2018-01-17
6
-22
/
+242
*
Improve test coverage.
Waylan Limberg
2018-01-13
1
-2
/
+56
*
Correct spelling mistakes.
Edward Betts
2018-01-13
13
-13
/
+13
*
Refactor Extension loading (#627)
Waylan Limberg
2018-01-12
3
-103
/
+53
*
Removed deprecated HeaderId Extension.
Waylan Limberg
2018-01-11
1
-54
/
+0
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
20
-532
/
+2
*
Removed support for deprecated config in ext name.
Waylan Limberg
2018-01-11
1
-7
/
+0
*
Removed deprecated support for positional args.
Waylan Limberg
2018-01-11
1
-5
/
+5
*
Switch from nose to unittest
Waylan Limberg
2018-01-08
12
-556
/
+213
*
Provide new testing framework.
Waylan Limberg
2018-01-08
6
-0
/
+1305
*
Fix raw html reference issue (#585)
Isaac Muse
2018-01-04
2
-0
/
+186
*
Warnings should cause tests to fail.
Waylan Limberg
2018-01-04
1
-0
/
+7
*
Switch docs to MKDocs (#602)
Waylan Limberg
2017-12-06
2
-10
/
+10
*
Feature ancestry (#598)
Isaac Muse
2017-11-23
1
-0
/
+52
*
Added footnote BACKLINK_TEXT test.
Waylan Limberg
2017-03-08
1
-0
/
+24
*
Loosen whitespace requirements for admonitions.
Waylan Limberg
2017-03-05
2
-0
/
+16
*
Fix regression of single column tables (#540)
Isaac Muse
2017-01-26
2
-2
/
+129
*
Fix HTML parse with empty lines (#537)
Isaac Muse
2017-01-24
2
-0
/
+22
*
Fix footnote parsing of footnote content (#536)
Isaac Muse
2017-01-23
2
-0
/
+58
*
Create additional references for duplicate footnotes (#534)
Isaac Muse
2017-01-23
2
-0
/
+22
*
Fix hr recursion issue (#535)
Isaac Muse
2017-01-23
2
-0
/
+15
*
Better inline code escaping (#533)
Isaac Muse
2017-01-20
4
-5
/
+33
*
Tables: Improvements (#530)
Isaac Muse
2017-01-19
3
-1
/
+116
*
Better handling of backticks in tables (#524)
Isaac Muse
2017-01-11
2
-1
/
+40
*
lists are not tables - fixes #478 (#507)
Adam Wood
2016-10-26
2
-3
/
+13
*
No need to test the same thing twice.
Waylan Limberg
2016-09-23
2
-5
/
+2
*
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Waylan Limberg
2016-09-23
5
-7
/
+16
|
\
|
*
Fix table alignment when seperator contains spaces (#489)
eph
2016-08-15
1
-4
/
+4
|
*
Fix image titles not following spec
facelessuser
2016-07-26
2
-2
/
+8
|
*
Fix another issue with attribute lists (with multiple ‘=’ signs)
Dmitry Shachnev
2016-06-13
2
-0
/
+3
*
|
Don't allow equal signs in attr_list keys.
Waylan Limberg
2016-09-23
2
-1
/
+4
|
/
[next]