ICONIFY 4.0.1
Installation
quarto add mcanouil/quarto-iconify@4.0.1Changelog
Bug Fixes
- fix: Honour
inline: falsewritten as a bare YAML boolean. The value was read as an absent option, so icons kept theinlineattribute that the default applies.
Documentation
- docs: Add a documentation website under
docs/, built on theatelierproject type and published to https://m.canouil.dev/quarto-iconify/, drawing its icons with the extension itself. - docs: Trim
README.mdto a landing page pointing at the website. - docs: Add the Pages workflow, which renders
docs/on pull requests and deploys it from the release tag. - docs: Add the Quarto Extensions Updates workflow, scanning
docsfor the website's own dependencies.
What's Changed
- ci: harmonise release workflow ♻️ by @mcanouil in #73
- docs: add a documentation website under docs/ by @mcanouil in #74
- fix: honour inline false written as a bare YAML boolean by @mcanouil in #75
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #76
Full Changelog: 4.0.0...4.0.1