summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Better clarify the 4 space indentation rule.Waylan Limberg2013-02-211-7/+5
| * Update docs/index.txtWaylan Limberg2013-02-211-0/+4
* | Change `set.append` -> `set.add` in `headerid.unique`Waylan Limberg2013-02-223-3/+10
|/
* Various changes to docs for updated changes, clarity, and to fix typos.Waylan Limberg2013-02-1913-160/+171
* Updated toc tests.Waylan Limberg2013-02-192-2/+2
* More TOC cleanup and added tests.Waylan Limberg2013-02-191-2/+2
* TOC list item names must use text from all children.Waylan Limberg2013-02-191-1/+1
* Updated toc extension to work with changes @ 4ff74e3.Waylan Limberg2013-02-191-2/+2
* Ensure toc attribute is available on Markdown class.Waylan Limberg2013-02-193-5/+61
* Merge pull request #192 from benjaoming/masterWaylan Limberg2013-02-184-28/+45
|\
| * adding test for out of order headlinesbenjaoming2013-02-183-0/+16
| * Do not use assigned names "next" and "id", rename to order_toc_list and clean...benjaoming2013-02-181-18/+20
| * Merge branch 'toc-fix'benjaoming2013-02-181-13/+12
| |\ |/ /
| * code cleanupbenjaoming2013-02-181-13/+12
* | Merge pull request #191 from benjaoming/toc-fixWaylan Limberg2013-02-171-63/+126
|\ \ | |/
| * Make TocTreeprocessor extendable and be more gentle on badly structured headingsbenjaoming2013-02-171-63/+126
|/
* Allow better linenum override in CodeHiliteWaylan Limberg2013-02-144-20/+125
* Preserve all blank lines in code blocks.Waylan Limberg2013-02-142-14/+14
* Remove RSS Extension.Waylan Limberg2013-02-126-161/+8
* Build_docs script now uses new Admonition extension.Waylan Limberg2013-02-121-1/+1
* Allow capitalized Admonition title.Waylan Limberg2013-02-122-2/+2
* Update docs/release-2.3.txtWaylan Limberg2013-02-101-0/+8
* Noted in docs that admonitions are experimental.Waylan Limberg2013-02-101-1/+5
* Merge pull request #140 from slig/admonitionWaylan Limberg2013-02-109-48/+318
|\
| * Better synthax description in the docs.Tiago Serafim2013-02-091-1/+1
| * Merge branch 'master' into admonitionTiago Serafim2013-02-0953-256/+719
| |\ | |/ |/|
* | Footnote ids contain dashes when outputing HTML5.Waylan Limberg2013-02-083-6/+14
* | Updated docs to reflect extension loading best practices.Waylan Limberg2013-02-082-19/+50
* | Moved whitespace normalization to a preprocessor.Waylan Limberg2013-02-083-5/+18
* | Added skeleton draft of Release Notes for 2.3Waylan Limberg2013-02-083-4/+37
* | Cleaned up fixes for #183Waylan Limberg2013-02-083-1/+7
* | HtmlBlockProcessor preserves empty linesWaylan Limberg2013-02-073-9/+75
* | Preserve whitespace in empty linesWaylan Limberg2013-02-073-1/+68
* | Preserve empty lines in code blocksWaylan Limberg2013-02-062-7/+8
* | nl2br and attr_list compatability.Waylan Limberg2013-02-065-3/+9
* | Account for a paragraph that starts with a colon when processing def_listsWaylan Limberg2013-02-063-4/+50
* | Whitelisted known safe url schemes in safe_mode. A better fix for #185.Waylan Limberg2013-02-061-6/+7
* | Merge pull request #185 from phihag/safemode-no-javascript-urlsWaylan Limberg2013-02-053-0/+8
|\ \
| * | Forbid javascript:// URLs in safe modePhilipp Hagemeister2013-02-053-0/+8
|/ /
* | Merge pull request #182 from abackstrom/img-ref-attributesWaylan Limberg2013-01-283-0/+9
|\ \
| * | Enable attributes inside image referencesAdam Backstrom2013-01-273-0/+9
|/ /
* | Merge pull request #178 from mgorny/masterWaylan Limberg2013-01-131-1/+12
|\ \
| * | Support disabling documentation build via --no-build-docs.Michał Górny2013-01-131-1/+12
|/ /
* | No longer support python 2.5Waylan Limberg2013-01-101-7/+1
* | Github no longer offers Downloads - no need to upload any.Waylan Limberg2013-01-101-62/+0
* | Improved the goals in docs.Waylan Limberg2013-01-101-3/+5
* | Added a "goals" section to the docs.Waylan Limberg2013-01-101-2/+15
* | Added a list of known differences to the docs.Waylan Limberg2013-01-101-8/+44
* | Better fix for #164. Works in Python 2 & 3.Waylan Limberg2012-12-181-4/+4
* | Fixed #169. The new version stuff now works in python 2 & 3.Waylan Limberg2012-12-181-3/+12