Releases: wilhelmer/mkdocs-add-teaser
Releases · wilhelmer/mkdocs-add-teaser
mkdocs-add-teaser-0.9.1
mkdocs-add-teaser-0.9.0
- Added option to disable the plugin on specific pages
mkdocs-add-teaser-0.8.0
Revised the entire plugin.
- Improve performance
- Detect first paragraph regardless of h1
- Keep existing meta descriptions
- Cleanup code
mkdocs-add-teaser-0.7.0
- Optimized performance
- Avoid errors with non-escaped special characters in teaser text
mkdocs-add-teaser-0.5.0
- Make plugin compatible with MkDocs 1.1
mkdocs-add-teaser-0.4.0
- Bugfix: Prevent empty meta description if teaser contains only HTML tags.
mkdocs-add-teaser-0.3.0
- Added
add_to_meta
option. If set totrue
, the teaser text will be added to the page's meta description. Existing meta descriptions will be replaced. Defaults tofalse
.