Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Date release 2.3 in change_log | Waylan Limberg | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 ↵ | Waylan Limberg | 2013-03-13 | 1 | -6/+6 |
| | | | | support. | ||||
* | Removed html_tidy docs. | Waylan Limberg | 2013-03-13 | 1 | -34/+0 |
| | |||||
* | Removed the html_tidy extension. See 2.3 release notes for explaination. | Waylan Limberg | 2013-03-13 | 5 | -11/+22 |
| | |||||
* | Tweaked the docs some more. | Waylan Limberg | 2013-02-27 | 6 | -56/+72 |
| | |||||
* | Minor formatting edit to release notes for v2.3. | Waylan Limberg | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | Updated release notes for v2.3. to reflect recent changes. | Waylan Limberg | 2013-02-27 | 1 | -14/+32 |
| | |||||
* | Better clarify the 4 space indentation rule. | Waylan Limberg | 2013-02-21 | 1 | -7/+5 |
| | | | A better explanation for #193 that includes all block-level elements nested in lists. | ||||
* | Update docs/index.txt | Waylan Limberg | 2013-02-21 | 1 | -0/+4 |
| | | | | | | Clarify that strict 4 space indentation applies to nested lists. Closes #193. Hopefully, people will read this in the docs before filing bug reports in the future. One can dream. | ||||
* | Various changes to docs for updated changes, clarity, and to fix typos. | Waylan Limberg | 2013-02-19 | 13 | -160/+171 |
| | |||||
* | Ensure toc attribute is available on Markdown class. | Waylan Limberg | 2013-02-19 | 1 | -2/+19 |
| | | | | | | This appears to have recently been broken with the fixes in #191. This time I've added tests to prevent future breakage and added documentation to explain the behavior. | ||||
* | Allow better linenum override in CodeHilite | Waylan Limberg | 2013-02-14 | 2 | -6/+28 |
| | | | | | | | | | | | Fixes #148. The "force_linenos" config setting of the CodeHilite extension has been marked as Pending Deprecation and a new setting "linenums" has been added to replace it. See documentation for the [CodeHilite Extension] for an explaination of the new "linenums" setting. The new setting will honor the old "force_linenos" if it is set, but it will raise a PendingDeprecationWarning and will likely be removed in a future version of Python-Markdown. [CodeHilite Extension]: extensions/codehilite.html | ||||
* | Remove RSS Extension. | Waylan Limberg | 2013-02-12 | 5 | -47/+8 |
| | | | | | | Closes #143. If you would like to continue using the extension (not recomended), it is archived on [Github](https://gist.github.com/waylan/4773365). | ||||
* | Update docs/release-2.3.txt | Waylan Limberg | 2013-02-10 | 1 | -0/+8 |
| | |||||
* | Noted in docs that admonitions are experimental. | Waylan Limberg | 2013-02-10 | 1 | -1/+5 |
| | |||||
* | Better synthax description in the docs. | Tiago Serafim | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into admonition | Tiago Serafim | 2013-02-09 | 11 | -57/+241 |
|\ | | | | | | | | | | | Conflicts: docs/extensions/index.txt tests/extensions/test.cfg | ||||
| * | Footnote ids contain dashes when outputing HTML5. | Waylan Limberg | 2013-02-08 | 1 | -0/+6 |
| | | | | | | | | | | Previously they contained colons - and they still do for HTML4 and XHTML. Fixes #180. | ||||
| * | Updated docs to reflect extension loading best practices. | Waylan Limberg | 2013-02-08 | 1 | -14/+50 |
| | | | | | | | | Fixes #184. Also delted some commented out code I missed in previous commit. | ||||
| * | Added skeleton draft of Release Notes for 2.3 | Waylan Limberg | 2013-02-08 | 3 | -4/+37 |
| | | |||||
| * | Improved the goals in docs. | Waylan Limberg | 2013-01-10 | 1 | -3/+5 |
| | | |||||
| * | Added a "goals" section to the docs. | Waylan Limberg | 2013-01-10 | 1 | -2/+15 |
| | | | | | | | | | | Now, when we receive feature requests that don't fit within the scope of the Python-Markdown project, we have something to point to in response. | ||||
| * | Added a list of known differences to the docs. | Waylan Limberg | 2013-01-10 | 1 | -8/+44 |
| | | | | | | | | | | | | | | | | | | | | | | Rather than constantly responding to new bug reports for known differences between Python-Markdown and other implementations, I've added this section to the docs to definitively state our position and point people to workarounds. I'm sure some people will still file reports, but at least I have something to point them to. If there are any I missed, I can always add them latter when they come up. | ||||
| * | docs/change_log.txt: add a missing `[` | Dmitry Shachnev | 2012-11-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/waylan/Python-Markdown2.2.1.final | Waylan Limberg | 2012-11-04 | 4 | -29/+70 |
| |\ | |||||
| | * | Fixed minor typo in attr_list docs. | Waylan Limberg | 2012-11-04 | 1 | -1/+1 |
| | | | | | | | | | Thanks @mitya57. | ||||
| | * | docs/basic.css: Improve CSS a bit | Dmitry Shachnev | 2012-11-03 | 1 | -8/+15 |
| | | | |||||
| | * | docs/extensions/index.txt: make it clear what name to pass for extensions | Dmitry Shachnev | 2012-11-03 | 1 | -19/+53 |
| | | | |||||
| | * | Apply a fix from commit 3e6e70eb48 to the bottom panel as well | Dmitry Shachnev | 2012-10-26 | 1 | -1/+1 |
| | | | |||||
| * | | Upped version to 2.2.1. | Waylan Limberg | 2012-11-04 | 3 | -4/+20 |
| |/ | |||||
| * | Fixed #141. Minor typo on wikilinks docs. | Waylan Limberg | 2012-09-07 | 1 | -1/+1 |
| | | | | | | Thanks for the report. | ||||
* | | First version of the docs. | Tiago Serafim | 2012-09-19 | 4 | -38/+114 |
|/ | |||||
* | Merge pull request #137 from mitya57/master | Waylan Limberg | 2012-08-28 | 1 | -1/+1 |
|\ | | | | | Fixed not working "index" link in extensions documentation | ||||
| * | Fixed not working "index" link in extensions documentation | Dmitry Shachnev | 2012-08-28 | 1 | -1/+1 |
| | | |||||
* | | Misc typos. | chri | 2012-08-28 | 2 | -4/+4 |
|/ | |||||
* | Removed references to doctests in docs as per #114 | Waylan Limberg | 2012-07-26 | 1 | -11/+6 |
| | |||||
* | Merge pull request #121 from Scorpil/patch-1 | Waylan Limberg | 2012-07-18 | 1 | -1/+1 |
|\ | | | | | Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'. | ||||
| * | Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'. | Andrew | 2012-07-19 | 1 | -1/+1 |
| | | |||||
* | | Fixes example after moving AtomicString to util | Antoine Pelisse | 2012-07-18 | 1 | -1/+1 |
|/ | |||||
* | Removed beta warning from 2.2 release notes. | Waylan Limberg | 2012-07-05 | 1 | -3/+1 |
| | |||||
* | Fixed #106. Replaced all references to freewisdom.org (except for Yuri's ↵ | Waylan Limberg | 2012-06-28 | 1 | -1/+0 |
| | | | | homepage). | ||||
* | Fixed #110. Documented the 'fenced_code' extension's support for the ↵ | Waylan Limberg | 2012-06-28 | 1 | -0/+13 |
| | | | | 'codehilite' extension. | ||||
* | Merge branch 'master' of github.com:waylan/Python-Markdown | Waylan Limberg | 2012-05-04 | 1 | -4/+9 |
|\ | |||||
| * | Updated docs to reflect fix in #82. | Waylan Limberg | 2012-05-03 | 1 | -4/+9 |
| | | |||||
* | | Added release notes for v2.2.0. | Waylan Limberg | 2012-05-04 | 3 | -17/+87 |
|/ | |||||
* | Typo fix in doc: s/extension-configs/extension_configs/ | Simon Sapin | 2012-03-19 | 1 | -2/+2 |
| | |||||
* | Added siteindex to docs. | Waylan Limberg | 2012-03-07 | 5 | -12/+85 |
| | |||||
* | Add release notes, authors and change_log to docs. | Waylan Limberg | 2012-03-07 | 10 | -67/+124 |
| | |||||
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 29 | -0/+0 |
| | | | | | | | | | The documentation uses features of Python-Markdown that are not supported on GitHub and it's better to get a source view of the docs anyway. For example, that way comments and bug reports can reference a specific line of a file. Of course, it makes sense for Github to render the README, so that is left with the `.md` file extension. | ||||
* | Fixed up some formating errors in docs and added/fixed more internal links. | Waylan Limberg | 2012-03-07 | 10 | -35/+36 |
| |