Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thorough spell check of the docs. | Waylan Limberg | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | Docs now use dot notation for all extensions. | Waylan Limberg | 2014-08-29 | 1 | -1/+1 |
| | | | | | | Except were "short names" are explained in the docs, all references to the buitlin extensions now use `markdown.extensions.*` in anticipation of #336. | ||||
* | docs: capitalization fixes, plural fixes, small wording improvements | Jakub Klinkovský | 2014-02-15 | 1 | -7/+7 |
| | |||||
* | docs: improved documentation of the extra/ extensions | Jakub Klinkovský | 2014-02-15 | 1 | -0/+8 |
| | | | | | | Simplified, unified style, added some undocumented options. NOTE: Footnotes/UNIQUE_IDS stays mostly undocumented | ||||
* | Various changes to docs for updated changes, clarity, and to fix typos. | Waylan Limberg | 2013-02-19 | 1 | -6/+6 |
| | |||||
* | Fixed minor typo in attr_list docs. | Waylan Limberg | 2012-11-04 | 1 | -1/+1 |
| | | | Thanks @mitya57. | ||||
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 1 | -0/+80 |
| | | | | | | | | | 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. | ||||
* | Renamed *.txt -> *.md in docs. | Waylan Limberg | 2011-08-23 | 1 | -74/+0 |
| | |||||
* | Added docs and tests to attr_list ext. Closes #7. | Waylan Limberg | 2011-06-20 | 1 | -0/+74 |