Releases: timvink/mkdocs-print-site-plugin
Releases · timvink/mkdocs-print-site-plugin
print-site v2.3.5
What's Changed
Documentation
- Update export-PDF.md by @Kludex in #78
- Fixed an erroneous mention of cover page by @arterm-sedov in #79
New Contributors
- @Kludex made their first contribution in #78
- @arterm-sedov made their first contribution in #79
Full Changelog: v2.3.4...v2.3.5
print-site v2.3.4
Added
- Support for base64 encoded images (#71)
Thanks to @lambrechts for contributing this release! 🎉
print-site v2.3.2
Fixed
- Edge case where sometime image urls would break when they contain special characters (#69)
print-site v2.3.2
Added
- When
enumerate_headings
is set toTrue
(the default), the right side table-of-contents in HTML version of the print page will now also have enumeration (#55)
print-site v2.3.1
Added
- Compatibility for https://github.com/g-provost/lightgallery-markdown (#68). Thanks to @tijlk for research & reporting.
print-site v2.3
Added
- New option
enumerate_headings_depth
which defaults to 6. (#65)
print-site v2.2.5
Fixed
- Fixed broken links in print site banner template (#64)
print-site v2.2.4
Added
- Remove
loading="lazy"
attributes from images on print page (#60)
print-site v2.2.3
Fixed
- Bug where
mkdocs build
in combination withmkdocs
orreadthedocs
theme anduse_directories_urls: true
would result in incorrect URLs to CSS and JS files (#62)
print-site v2.2.2
Fixed
- Bug where
print-site
would crash when URLs with only digits occured (#61)