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
*
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
|
/
*
Attribute lists are not permitted to contain newlines. Fixes #482.
Waylan Limberg
2016-06-12
2
-1
/
+5
*
Test if fenced_code honors CodeHilite option use_pygments
Martin Morgenstern
2016-04-11
1
-0
/
+12
*
Add single inline code toc tests
Stephan Groß
2016-03-17
1
-4
/
+33
*
Add toc permalink tests
Stephan Groß
2016-03-17
1
-0
/
+28
*
Add failing toc test
Stephan Groß
2016-03-17
1
-0
/
+15
*
Make TestCodeHilite work with Pygments ≥ 2.1.1
Dmitry Shachnev
2016-03-03
1
-3
/
+3
*
Fix for exceptions handling in HtmlOutput’s formatErr method
Dmitry Shachnev
2016-03-03
1
-0
/
+2
*
Added a few empty lines in the test to satisfy flake8
Maurice van der Pot
2016-02-27
1
-0
/
+3
*
Added assertStartsWith to tests to give better failure messages
Maurice van der Pot
2016-02-27
1
-27
/
+37
*
Enabled pygments based tests.
Waylan Limberg
2016-01-28
1
-35
/
+12
*
Add a failing testcase for issue #440.
Dmitry Shachnev
2015-11-07
2
-1
/
+22
*
Ensure InlinePatterns don't drop newlines.
Waylan Limberg
2015-11-06
2
-1
/
+6
*
Fixed handling of table cell split
Mustafa Haddara
2015-10-24
3
-2
/
+85
*
Fix infinite loop #430
facelessuser
2015-09-04
2
-1
/
+12
*
Fix find footnote placeholder to recurse
Gustav Tiger
2015-08-29
2
-0
/
+18
*
Add a test for duplicate angled quotes without smarty extension
Dmitry Shachnev
2015-06-20
2
-1
/
+4
*
Add a test to make sure quotes processor does not touch code blocks
Dmitry Shachnev
2015-06-19
2
-2
/
+2
*
tests: Add a failing case for `<<Hello>>` to smarty test
Dmitry Shachnev
2015-06-15
2
-0
/
+2
*
updated tables test
pieterprovoost
2015-04-06
2
-2
/
+11
*
added support for zero row tables
pieterprovoost
2015-04-05
1
-0
/
+3
*
smarty: Add back special case for decade abbreviations
Dmitry Shachnev
2015-03-18
2
-6
/
+6
*
Removed `yaml` option from meta-data extension.
Waylan Limberg
2015-03-08
1
-20
/
+0
*
No `=` in key or value of attr lists.
Waylan Limberg
2015-02-24
2
-1
/
+19
*
Added a 'use_pygments' config option to CodeHilite.
Waylan Limberg
2015-02-05
1
-0
/
+11
*
Only log warnings from commandline script.
Waylan Limberg
2015-01-31
1
-3
/
+2
*
HeaderId Extension marked as Pending Deprecation.
Waylan Limberg
2015-01-01
1
-54
/
+105
*
PendingDeprecationWarning (v2.5) => DeprecationWarning (v2.6)
Waylan Limberg
2014-12-30
1
-6
/
+6
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
3
-0
/
+53
*
Complete test coverage of TOC Extension
Waylan Limberg
2014-12-30
1
-0
/
+42
*
Add reset support to TOC extension.
Waylan Limberg
2014-12-30
1
-0
/
+8
*
Add YAML support to Meta extension
Kernc
2014-11-30
1
-0
/
+42
*
Completed flake8 cleanup.
Waylan Limberg
2014-11-20
2
-259
/
+480
*
Flake8 cleanup (mostly whitespace).
Waylan Limberg
2014-11-20
2
-48
/
+69
*
Issue #368: Fix Markdown in raw HTML stops working
facelessuser
2014-11-19
2
-3
/
+24
*
Issue #365 Bold/Italic nesting fix
facelessuser
2014-11-17
2
-1
/
+7
*
Make TestCodeHilite tests working with Pygments 2.0rc1.
Dmitry Shachnev
2014-11-04
1
-9
/
+5
[next]