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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate md_globals from extension API. (#697)
Waylan Limberg
2018-07-31
20
-21
/
+37
*
Refactor options tests
Waylan Limberg
2018-07-31
4
-10
/
+12
*
smart_emphasis keyword > legacy_em extension.
Waylan Limberg
2018-07-31
13
-66
/
+84
*
Remove lazy_ol keyword. Use sane_lists extension instead.
Waylan Limberg
2018-07-31
8
-41
/
+26
*
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
9
-9
/
+44
*
Consistent copyright headers.
Waylan Limberg
2018-07-27
30
-28
/
+620
*
All Markdown instances are now 'md'. (#691)
Waylan Limberg
2018-07-27
14
-83
/
+130
*
Add 'style' to block level elements
Waylan Limberg
2018-07-27
1
-1
/
+1
*
Replace homegrown OrderedDict with purpose-built Registry. (#688)
Waylan Limberg
2018-07-27
27
-480
/
+528
*
More acurate Extension type error msg.
Waylan Limberg
2018-07-24
1
-3
/
+5
*
Add toc_depth parameter to toc extension
Jesús Fernández
2018-07-24
3
-2
/
+69
*
Add missing comma in HTML_EMPTY
zyxw59
2018-07-24
1
-1
/
+1
*
Add the possibility to set additional classes
WhiteWinterWolf
2018-07-24
4
-4
/
+41
*
Add support for PY37 and PYPY3.
Waylan Limberg
2018-07-24
4
-5
/
+10
*
Moved enable_attributes keyword to extension: legacy_attrs.
Waylan Limberg
2018-07-24
18
-82
/
+107
*
Improve serializer test coverage
Waylan Limberg
2018-07-24
2
-20
/
+67
*
Simplify namespace support in serializer.
Waylan Limberg
2018-07-24
2
-127
/
+77
*
Stop testing Python 3.3 on Travis
Dmitry Shachnev
2018-06-28
1
-2
/
+0
*
typo fix in nl2br.md (#673)
Vyacheslav Matyukhin
2018-06-23
1
-1
/
+1
*
Implement reset() for Meta extension (#672)
Glandos
2018-06-19
2
-0
/
+19
*
Fix formatting in fenced code block example
Dmitry Shachnev
2018-06-05
1
-2
/
+2
*
Fix typo.
Amal Murali
2018-05-07
1
-1
/
+1
*
Update block level elements.
Waylan Limberg
2018-03-16
1
-10
/
+13
*
Better check of allowed TOC location #639 (#641)
Charles de Beauchesne
2018-03-08
2
-10
/
+47
*
Only strip spaces in tables (#644)
Isaac Muse
2018-02-22
3
-5
/
+48
*
Fix typos
Jakub Wilk
2018-02-17
4
-10
/
+10
*
Simplify output_formats to html and xhtml.
Waylan Limberg
2018-01-25
4
-34
/
+11
*
Flexible inline (#629)
Isaac Muse
2018-01-17
16
-184
/
+785
*
Fix 'IndentationError' in release-2.6 document
raimon
2018-01-15
1
-2
/
+2
*
Remove deprecated support for Extension args.
Waylan Limberg
2018-01-13
17
-73
/
+45
*
Improve test coverage.
Waylan Limberg
2018-01-13
21
-56
/
+79
*
Correct spelling mistakes.
Edward Betts
2018-01-13
21
-25
/
+25
*
docs: Remove references to header_id.md page.
Dmitry Shachnev
2018-01-12
5
-9
/
+3
*
Refactor Extension loading (#627)
Waylan Limberg
2018-01-12
27
-291
/
+288
*
Removed some Py2.4-2.6 specific code.
Waylan Limberg
2018-01-11
2
-21
/
+2
*
Removed deprecated HeaderId Extension.
Waylan Limberg
2018-01-11
4
-283
/
+0
*
Removed deprecated safe_mode.
Waylan Limberg
2018-01-11
32
-741
/
+29
*
Removed support for deprecated config in ext name.
Waylan Limberg
2018-01-11
2
-26
/
+2
*
Removed deprecated support for positional args.
Waylan Limberg
2018-01-11
2
-37
/
+9
*
Moved core to core.py
Waylan Limberg
2018-01-11
4
-514
/
+535
*
Document the new test tools.
Waylan Limberg
2018-01-08
5
-140
/
+178
*
Switch from nose to unittest
Waylan Limberg
2018-01-08
19
-593
/
+342
*
Provide new testing framework.
Waylan Limberg
2018-01-08
7
-0
/
+1349
*
Include MkDocs config in dist.
Waylan Limberg
2018-01-08
2
-0
/
+4
*
Version to 3.0.dev
Waylan Limberg
2018-01-08
2
-2
/
+2
*
Up version to 2.6.11 (#620)
2.6.11
Waylan Limberg
2018-01-04
3
-2
/
+6
*
Fix raw html reference issue (#585)
Isaac Muse
2018-01-04
5
-1
/
+203
*
Avoid DeprecationWarnings for etree
Waylan Limberg
2018-01-04
2
-5
/
+5
*
Warnings should cause tests to fail.
Waylan Limberg
2018-01-04
1
-0
/
+7
[next]