Releases: timvink/mkdocs-print-site-plugin
Releases · timvink/mkdocs-print-site-plugin
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)
print-site v2.2.1
Changed
- Drop explicit support for python 3.6 as it is end of life (package will still work on 3.6), see stop using python 3.6. Added explicit support for 3.9 and 3.10
print-site-plugin v2.2
Added
- Compatiblity for mkdocs-charts-plugin and updated demo content
- Added option
include_css
for easier customization (f7dee8a and #58)
print-site-plugin v2.1
print-site-plugin v2.0.3
Added
- Warning message of incorrect print page when using
mkdocs serve --dirtyreload
(ad73023)
print-site-plugin v2.0.2
Fixed
- Bug where crash would occur when using
mkdocs serve --dirtyreload
(#57)