You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed issue with custom.* sub-tables generating QR codes with incomplete definitions.
Corrected default file path: src/mdbook_qr_code.png was incorrectly resolved as src/src/mdbook_qr_code.png. It now uses your src_dir as defined in book.toml, resulting in {src_dir}/qr/mdbook_qr_code.png.
Custom QR codes now generate when custom.*.marker is defined and placed in a *.md file.
If qr-path is not specified, the *.png filename will be derived from custom.*.marker and saved to the default path {src_dir}/qr/{derived_from_marker}.png.
html.output.site-url is no longer supported. If qr.url or qr.custom.*.url is not provided, the QR code will be generated using the CI environment variable GITHUB_REPOSITORY.
Documentation has been updated to reflect these changes