aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* No assertIs in Python 2.6. Fixes #294Waylan Limberg2014-04-201-1/+1
* Merge pull request #306 from brownhead/masterWaylan Limberg2014-04-201-5/+8
|\
| * Emphasized proper use of reset method in docs.John Sullivan2014-04-191-5/+8
|/
* Added some badges to the READMEWaylan Limberg2014-03-241-1/+5
* Update .travis.ymlWaylan Limberg2014-03-241-0/+3
* Add .travis.yml fileWaylan Limberg2014-03-241-0/+10
* Merge pull request #296 from mitya57/smarty-fixesWaylan Limberg2014-03-131-4/+4
|\
| * smarty: Fix test failure with Python 3.1 and 3.2. Fixes #295Dmitry Shachnev2014-03-111-1/+1
| * smarty: Pass tuples, not iterable strings to the pattern.Dmitry Shachnev2014-03-111-3/+3
|/
* Merge pull request #293 from martinmaillard/fix-reference-typoWaylan Limberg2014-03-031-1/+1
|\
| * Fix typo in reference.txtMartin Maillard2014-03-031-1/+1
|/
* Merge pull request #292 from Dav1dde/masterWaylan Limberg2014-03-021-1/+1
|\
| * added nav-tag as block level elementDavid2014-03-021-1/+1
|/
* Upped version to 2.4 final.2.4-finalWaylan Limberg2014-02-162-2/+2
* Cleaned up some minor issues with recent changes to docs.Waylan Limberg2014-02-168-36/+55
* Merge pull request #288 from lahwaacz/masterWaylan Limberg2014-02-1620-306/+320
|\
| * docs: capitalization fixes, plural fixes, small wording improvementsJakub Klinkovský2014-02-1517-54/+56
| * docs: update wikilinks documentationJakub Klinkovský2014-02-151-38/+24
| * docs: update toc documentationJakub Klinkovský2014-02-151-30/+43
| * docs: update smarty documentationJakub Klinkovský2014-02-151-19/+10
| * docs: update sane_lists documentationJakub Klinkovský2014-02-151-12/+4
| * docs: update nl2br documentationJakub Klinkovský2014-02-151-3/+15
| * docs: update meta_data documentationJakub Klinkovský2014-02-151-14/+25
| * docs: update header_id documentationJakub Klinkovský2014-02-151-10/+16
| * docs: update codehilite documentationJakub Klinkovský2014-02-151-67/+72
| * docs: improved documentation of the extra/ extensionsJakub Klinkovský2014-02-158-79/+75
|/
* Merge pull request #287 from mitya57/masterWaylan Limberg2014-02-136-57/+58
|\
| * smarty: Get rid of canonicalize() function.Dmitry Shachnev2014-02-131-51/+16
| * Add a (failing) test for Smarty extension.Dmitry Shachnev2014-02-132-1/+3
| * Updated version 2.4 release notes.Dmitry Shachnev2014-02-133-5/+39
|/
* Merge pull request #285 from mitya57/masterWaylan Limberg2014-02-122-2/+2
|\
| * Fix some tests failuresDmitry Shachnev2014-02-122-2/+2
|/
* Merge pull request #284 from eichin/patch-2Waylan Limberg2014-02-111-1/+1
|\
| * typoMark Eichin2014-02-111-1/+1
|/
* Merge pull request #282 from llbit/patch-1Waylan Limberg2014-02-061-1/+1
|\
| * Pedantic edit in installation instructionsJesper Öqvist2014-02-061-1/+1
|/
* No longer restrict INLUNE_PLACEHOLDER to 4 digits.Waylan Limberg2014-02-021-1/+1
* Merge branch 'master' of github.com:waylan/Python-MarkdownWaylan Limberg2014-01-124-0/+27
|\
| * Merge pull request #267 from ryneeverett/attr_list-tablesWaylan Limberg2014-01-114-0/+27
| |\
| | * tables_and_attr_list testryneeverett2014-01-113-0/+25
| | * tables and attr_list compatibilityryneeverett2013-11-131-0/+2
* | | Improved multiline comment parsing.Waylan Limberg2014-01-125-12/+55
|/ /
* | No longer percent encode spaces in urls.Waylan Limberg2014-01-093-4/+3
* | Only escape ESCAPED_CHARS.Waylan Limberg2014-01-093-1/+25
* | Address various depreciated APIs in PythonWaylan Limberg2014-01-084-16/+16
* | Merge pull request #274 from ajdavis/highlight-linesWaylan Limberg2014-01-075-11/+178
|\ \
| * | Document hl_lines feature for fenced_code and codehilite extensions.A. Jesse Jiryu Davis2014-01-072-0/+36
| * | Allow single as well as double quotes for hl_lines.A. Jesse Jiryu Davis2014-01-073-17/+23
| * | Support syntax for highlighted lines like: ```python hl_lines=“1 3”A. Jesse Jiryu Davis2014-01-063-8/+47
| * | Add feature for emphasizing some lines in a code block.A. Jesse Jiryu Davis2014-01-033-11/+97