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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 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
*
Better inline code escaping (#533)
Isaac Muse
2017-01-20
2
-1
/
+27
*
Tables: Improvements (#530)
Isaac Muse
2017-01-19
2
-1
/
+104
*
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
3
-5
/
+8
|
\
|
*
Fix table alignment when seperator contains spaces (#489)
eph
2016-08-15
1
-4
/
+4
|
*
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
*
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 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
*
No `=` in key or value of attr lists.
Waylan Limberg
2015-02-24
2
-1
/
+19
*
Preserve order of nested headers in TOC
Waylan Limberg
2014-12-30
3
-0
/
+53
*
Issue #368: Fix Markdown in raw HTML stops working
facelessuser
2014-11-19
2
-3
/
+24
*
Code Blocks must always be AtomicStrings
Waylan Limberg
2014-09-08
2
-2
/
+11
*
More updates to test configs.
Waylan Limberg
2014-08-29
3
-0
/
+22
*
All extension tests now use python dot notation.
Waylan Limberg
2014-08-29
2
-28
/
+28
*
Refactored test framework to use YAML config files rather than INI. Fixes #333.
Waylan Limberg
2014-08-20
2
-44
/
+78
*
Fixed an old typo in the smarty extension and added a test case.
Martin Altmayer
2014-08-11
2
-1
/
+3
*
100% test coverage of admonitions
Waylan Limberg
2014-07-10
2
-0
/
+2
*
smarty: add support for angled quotes
Dmitry Shachnev
2014-06-19
3
-1
/
+6
*
Add failing unit test for smarty: ellipsis before close double quote generate...
Lawrence Kesteloot
2014-05-31
2
-0
/
+3
*
Merge pull request #311 from mitya57/master
Waylan Limberg
2014-05-26
1
-1
/
+1
|
\
|
*
Add smarty to extensions for attr_list test
Dmitry Shachnev
2014-05-06
1
-1
/
+1
*
|
Fix issue308 and fix (unrelated) failure to break out of nest loop.
ryneeverett
2014-05-21
2
-1
/
+14
|
/
*
Add a (failing) test for Smarty extension.
Dmitry Shachnev
2014-02-13
2
-1
/
+3
*
Fix some tests failures
Dmitry Shachnev
2014-02-12
1
-1
/
+1
*
tables_and_attr_list test
ryneeverett
2014-01-11
3
-0
/
+25
*
Issue #52
ryneeverett
2013-10-14
2
-6
/
+57
*
toc: insert `¶` instead of raw unicode character
Dmitry Shachnev
2013-09-29
1
-4
/
+4
*
Add tests for the previous two commits
Dmitry Shachnev
2013-09-25
3
-10
/
+10
*
Ensure each term on def list maintains its own loose status.
Waylan Limberg
2013-09-02
2
-1
/
+22
*
Some fixes requested by @waylan, cleanup and tests improvements
Dmitry Shachnev
2013-07-27
2
-2
/
+11
*
Add smarty extension, based on SmartyPants library
Dmitry Shachnev
2013-07-26
3
-0
/
+38
*
Added support for attr_lists on definition list terms.
Waylan Limberg
2013-07-19
3
-2
/
+22
*
Allow inline attr_lists at end of header.
Waylan Limberg
2013-07-19
2
-2
/
+2
*
Attr_List Extension now also supports nested ol's.
Waylan Limberg
2013-07-19
2
-1
/
+43
[next]