aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/header_id.txt
Commit message (Collapse)AuthorAgeFilesLines
* Thorough spell check of the docs.Waylan Limberg2015-02-071-5/+6
|
* HeaderId Extension marked as Pending Deprecation.Waylan Limberg2015-01-011-1/+8
| | | | | | | | | | | | | | | | | | | | Use the Table of Contents Extension instead. The HeaderId Extension will raise a PendingDeprecationWarning. The last few features of the HeaderID extension were mirgrated to TOC including the baselevel and separator config options. Also, the marker config option of TOC can be set to an empty string to disable searching for a marker. The `slugify`, `unique` and `stashedHTML2text` functions are now defined in the TOC extension in preperation for the HeaderId extension being removed. All coresponding tests are now run against the TOC Extension. The meta-data support of the HeaderId Extension was not migrated and no plan exists to make that migration. The `forceid` config option makes no sense in the TOC Extension and the only other config setting supported by meta-data was the `header_level`. However, as that depends on the template, it makes more sense to not be defined at the document level.
* Code exampeles in extension docs now show best practices.Waylan Limberg2014-08-291-2/+3
| | | | | This is in anticipation of #335. The reference and extension api docs still need to be updated, but that will happen with change in the code.
* 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.
* Cleaned up some minor issues with recent changes to docs.Waylan Limberg2014-02-161-4/+4
|
* docs: capitalization fixes, plural fixes, small wording improvementsJakub Klinkovský2014-02-151-2/+2
|
* docs: update header_id documentationJakub Klinkovský2014-02-151-10/+16
|
* Removed the html_tidy extension. See 2.3 release notes for explaination.Waylan Limberg2013-03-131-2/+2
|
* Rename docs/*.md => docs/*.txtWaylan Limberg2012-03-071-0/+111
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.