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
*
Added some inline pattenr tests.
Waylan Limberg
2014-08-25
9
-3
/
+22
*
Fixed a bug in markdown.util.parseBoolValue
Waylan Limberg
2014-08-25
1
-0
/
+5
*
Add test of unsafe HTML in stash with safe_mode='excape'
Waylan Limberg
2014-08-25
1
-0
/
+20
*
Added `--extension_configs` option to the CLI.
Waylan Limberg
2014-08-22
1
-0
/
+141
*
'http://packages.python.org/Markdown/' => 'https://pythonhosted.org/Markdown/...
Waylan Limberg
2014-08-21
2
-10
/
+10
*
Updated generate code for tests refactor. Related to #333.
Waylan Limberg
2014-08-21
1
-3
/
+3
*
Fix a typo in testing refactor. Related to #333
Waylan Limberg
2014-08-20
1
-1
/
+1
*
Refactored test framework to use YAML config files rather than INI. Fixes #333.
Waylan Limberg
2014-08-20
17
-212
/
+244
*
Renamed 'smart_substitutions' option to 'substitutions'. Fixed a typo.
Martin Altmayer
2014-08-15
1
-2
/
+2
*
Added test for the new 'smart_substitutions' feature of Smarty extension.
Martin Altmayer
2014-08-14
1
-0
/
+33
*
Fixed an old typo in the smarty extension and added a test case.
Martin Altmayer
2014-08-11
2
-1
/
+3
*
Fixed silly typo. Relates to #325.
Waylan Limberg
2014-08-01
1
-1
/
+1
*
Ensure Extension.getConfigInfo Test always passes
Waylan Limberg
2014-08-01
1
-2
/
+3
*
Update extensions for Extension.__init__ refactor
Waylan Limberg
2014-07-31
1
-16
/
+21
*
Refactor markdown.extensions.Extension.__init__()
Waylan Limberg
2014-07-29
1
-1
/
+30
*
Add tests of markdown.extensions.Extension
Waylan Limberg
2014-07-11
1
-0
/
+23
*
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
|
/
*
Skip a weird PHP test.
Waylan Limberg
2014-04-20
1
-0
/
+4
*
No assertIs in Python 2.6. Fixes #294
Waylan Limberg
2014-04-20
1
-1
/
+1
*
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
*
Merge branch 'master' of github.com:waylan/Python-Markdown
Waylan Limberg
2014-01-12
3
-0
/
+25
|
\
|
*
Merge pull request #267 from ryneeverett/attr_list-tables
Waylan Limberg
2014-01-11
3
-0
/
+25
|
|
\
|
|
*
tables_and_attr_list test
ryneeverett
2014-01-11
3
-0
/
+25
*
|
|
Improved multiline comment parsing.
Waylan Limberg
2014-01-12
4
-8
/
+52
|
/
/
*
|
No longer percent encode spaces in urls.
Waylan Limberg
2014-01-09
2
-3
/
+3
*
|
Only escape ESCAPED_CHARS.
Waylan Limberg
2014-01-09
2
-0
/
+24
*
|
Address various depreciated APIs in Python
Waylan Limberg
2014-01-08
1
-4
/
+4
*
|
Merge pull request #274 from ajdavis/highlight-lines
Waylan Limberg
2014-01-07
1
-0
/
+84
|
\
\
|
*
|
Allow single as well as double quotes for hl_lines.
A. Jesse Jiryu Davis
2014-01-07
1
-15
/
+19
|
*
|
Support syntax for highlighted lines like: ```python hl_lines=“1 3”
A. Jesse Jiryu Davis
2014-01-06
1
-2
/
+35
|
*
|
Add feature for emphasizing some lines in a code block.
A. Jesse Jiryu Davis
2014-01-03
1
-0
/
+47
|
|
/
*
/
Fixed parsing of brackets within inline image titles.
Darell Tan
2014-01-05
2
-0
/
+21
|
/
*
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
4
-10
/
+23
*
Ensure each term on def list maintains its own loose status.
Waylan Limberg
2013-09-02
2
-1
/
+22
*
Allow extensions to register serializers
Waylan Limberg
2013-08-07
1
-0
/
+18
*
Serializers now preserve case of tags.
Waylan Limberg
2013-08-07
1
-0
/
+32
*
HeaderID Ext now handles raw html in ids. Fixes #232
Waylan Limberg
2013-07-28
1
-0
/
+12
*
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]