aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update fenced code extension to match codehilite lang regex. (#529)Waylan Limberg2017-01-181-1/+1
* codehilite: detect languages with funny names (#527)Grant Mathews2017-01-171-1/+1
* Recognize <main> as an HTML5 block level tag. (#525)daniel-j-mac2017-01-171-1/+1
* Better handling of backticks in tables (#524)Isaac Muse2017-01-113-41/+102
* Fix aspell silently failing (#523)Isaac Muse2017-01-111-0/+1
* command line (#517)Ben Petty2016-12-231-1/+1
* Spelling error (#516)Ben Petty2016-12-231-1/+1
* Add blank lines after toplevel function definitions.Dmitry Shachnev2016-11-184-0/+5
* Fox formatting of extension_configs example.Waylan Limberg2016-11-171-7/+3
* lists are not tables - fixes #478 (#507)Adam Wood2016-10-263-4/+15
* getiterator to iter (#501)Brandon Chinn2016-09-291-1/+1
* Replace `getiterator` function for Python 3.6 Brandon Chinn2016-09-291-2/+2
* Up version to 2.6.72.6.7-finalWaylan Limberg2016-09-232-1/+3
* No need to test the same thing twice.Waylan Limberg2016-09-232-5/+2
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-09-238-11/+21
|\
| * Fix table alignment when seperator contains spaces (#489)eph2016-08-152-4/+5
| * Merge pull request #485 from facelessuser/masterWaylan Limberg2016-07-263-3/+9
| |\
| | * Fix image titles not following specfacelessuser2016-07-263-3/+9
| |/
| * Merge pull request #483 from mitya57/masterWaylan Limberg2016-06-133-3/+6
| |\
| | * Fix another issue with attribute lists (with multiple ‘=’ signs)Dmitry Shachnev2016-06-133-3/+6
| |/
* | Don't allow equal signs in attr_list keys.Waylan Limberg2016-09-233-4/+7
* | Fix a few spelling errors.Waylan Limberg2016-09-231-3/+3
|/
* Attribute lists are not permitted to contain newlines. Fixes #482.Waylan Limberg2016-06-123-2/+6
* Additional improvements to Codehilite docs. Addesses concerns raised in #480.Waylan Limberg2016-06-061-18/+45
* Merge pull request #480 from krother/patch-1Waylan Limberg2016-06-061-8/+15
|\
| * added instructions for CodeHilite with PygmentsKristian Rother2016-06-061-8/+15
|/
* Merge pull request #478 from adamchainz/readthedocs.ioWaylan Limberg2016-05-293-4/+4
|\
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-293-4/+4
|/
* Added version 2.6.6 to change log.Waylan Limberg2016-05-251-0/+2
* Merge pull request #476 from adamchainz/readme_link_changelogWaylan Limberg2016-05-081-0/+2
|\
| * README - add link to changelogAdam Chainz2016-05-081-0/+2
|/
* Merge branch 'master' of https://github.com/waylan/Python-MarkdownWaylan Limberg2016-04-113-2/+15
|\
| * Merge pull request #469 from martinmo/fenced-code-no-pygmentsWaylan Limberg2016-04-112-0/+13
| |\
| | * Support CodeHilite option use_pygments in fenced_codeMartin Morgenstern2016-04-111-0/+1
| | * Test if fenced_code honors CodeHilite option use_pygmentsMartin Morgenstern2016-04-111-0/+12
| |/
| * Merge pull request #466 from sblondon/masterWaylan Limberg2016-03-301-2/+2
| |\
| | * Fix lazy ordered list example in documentationsblondon2016-03-301-2/+2
| |/
* / Remove unnessecary if statement.Waylan Limberg2016-04-111-5/+1
|/
* Upped version to 2.6.6.2.6.6-finalWaylan Limberg2016-03-201-1/+1
* Merge pull request #462 from waylan/toc_bugWaylan Limberg2016-03-172-1/+74
|\
| * toc: Remove children from header element after iteratingDmitry Shachnev2016-03-171-1/+2
| * Add single inline code toc testsStephan Groß2016-03-171-4/+33
| * Add toc permalink testsStephan Groß2016-03-171-0/+28
| * Add failing toc testStephan Groß2016-03-171-0/+15
|/
* Make TestCodeHilite work with Pygments ≥ 2.1.1Dmitry Shachnev2016-03-031-3/+3
* Fix for exceptions handling in HtmlOutput’s formatErr methodDmitry Shachnev2016-03-031-0/+2
* Added a few empty lines in the test to satisfy flake8Maurice van der Pot2016-02-271-0/+3
* Added assertStartsWith to tests to give better failure messagesMaurice van der Pot2016-02-271-27/+37
* Improve RawHtmlProcessor to have linear iso quadratic performanceMaurice van der Pot2016-02-261-7/+10
* Enabled pygments based tests.Waylan Limberg2016-01-282-36/+14