aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/definition_lists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #601. Merged in 6f87b32 from the md3 branch and did a lot of cleanup. Changes include: * Removed old docs build tool, templates, etc. * Added MkDocs config file, etc. * filename.txt => filename.md * pythonhost.org/Markdown => Python-Markdown.github.io * Markdown lint and other cleanup. * Automate pages deployment in makefile with `mkdocs gh-deploy` Assumes a git remote is set up named "pages". Do git remote add pages https://github.com/Python-Markdown/Python-Markdown.github.io.git ... before running `make deploy` the first time.
* Docs now use dot notation for all extensions.Waylan Limberg2014-08-291-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 improvementsJakub Klinkovský2014-02-151-5/+5
|
* docs: improved documentation of the extra/ extensionsJakub Klinkovský2014-02-151-12/+4
| | | | | | 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 Limberg2013-02-191-2/+2
|
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-071-0/+61
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.