aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/meta_data.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-111/+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.
* Removed `yaml` option from meta-data extension.Waylan Limberg2015-03-081-19/+5
| | | | | The option was buggy. Rather than try to fix it, it is being removed. This feeture should exist as a seperate extension. Fixes #390.
* Thorough spell check of the docs.Waylan Limberg2015-02-071-3/+3
|
* Add YAML support to Meta extensionKernc2014-11-301-6/+26
| | | | | | | | By default, this only supports YAML deliminators (`---`) and adds no additional behavior. In other words, parsing is unchanged. However, with the `yaml` option set, PyYAML will parse the metadata. Thanks to @kernc for suggesting the idea and doing the work on this.
* Docs now use dot notation for all extensions.Waylan Limberg2014-08-291-2/+2
| | | | | | 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-2/+2
|
* docs: update meta_data documentationJakub Klinkovský2014-02-151-14/+25
|
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-071-0/+94
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.