aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/meta_data.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.