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
/
test_extensions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-158
/
+277
*
Make TestCodeHilite tests working with Pygments 2.0rc1.
Dmitry Shachnev
2014-11-04
1
-9
/
+5
*
Mark special treatment of extension names as PendingDeprecation
Waylan Limberg
2014-08-29
1
-16
/
+0
*
Refactored tests to no longer pass configs to names extensions.
Waylan Limberg
2014-08-29
1
-10
/
+19
*
All extension tests now use python dot notation.
Waylan Limberg
2014-08-29
1
-29
/
+29
*
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 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
*
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
*
HeaderID Ext now handles raw html in ids. Fixes #232
Waylan Limberg
2013-07-28
1
-0
/
+12
*
MetaData no longer fails with no newline. Fixes #228.
Waylan Limberg
2013-07-03
1
-0
/
+7
*
AbbrExtension now handles abbreviations nested in other markup.
Waylan Limberg
2013-06-16
1
-0
/
+9
*
CodeHilite tests pass in all pygments versions.
Waylan Limberg
2013-02-25
1
-15
/
+11
*
Change `set.append` -> `set.add` in `headerid.unique`
Waylan Limberg
2013-02-22
1
-0
/
+7
*
Ensure toc attribute is available on Markdown class.
Waylan Limberg
2013-02-19
1
-0
/
+39
*
Allow better linenum override in CodeHilite
Waylan Limberg
2013-02-14
1
-4
/
+74
*
Merge branch 'master' into admonition
Tiago Serafim
2013-02-09
1
-1
/
+14
|
\
|
*
Testing framework now runs on Python 2 & 3 unmodified.
Waylan Limberg
2012-12-14
1
-0
/
+1
|
*
Fixed #165. Switched the order of treeprocessors when attr_list and headerid ...
Waylan Limberg
2012-12-13
1
-0
/
+12
|
*
Fixed CodeHilite test when pygments is not installed.
Waylan Limberg
2012-11-04
1
-1
/
+1
*
|
More tests for the extension and new tests for the RE. It's now possible to u...
Tiago Serafim
2012-09-19
1
-21
/
+9
*
|
Removed the configs.
Tiago Serafim
2012-09-08
1
-10
/
+1
*
|
Initial version with insufficient tests and no docs.
Tiago Serafim
2012-09-02
1
-10
/
+46
|
/
*
Fixed #114. Converted doctests to unittests. While I left the doctests there ...
Waylan Limberg
2012-07-26
1
-0
/
+275