CODE WINDOW 1.3.1
Installation
quarto add mcanouil/quarto-code-window@1.3.1Changelog
Bug Fixes
- fix: Honour a boolean option written as a bare YAML
false, such asauto-filename: false,enabled: false, orlines-label: false. The value was read as an absent option, so the default applied instead and only the quoted string worked.
Documentation
-
docs: Correct the reference and the examples page, which said a derived filename frames nothing in HTML. It frames the block through the injected script, as the rest of the HTML chrome does.
-
docs: Add a documentation website under
docs/, built on theatelierproject type and published to https://m.canouil.dev/quarto-code-window/, framed by the extension itself. -
docs: Record that the filter claims code blocks at
pre-quarto, which preventstypst-renderfrom seeing its own{typst}blocks and double-decorates alongsidelanguage-cell-decorator. -
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 #40
- docs: add a documentation website under docs/ by @mcanouil in #41
- fix: honour a boolean option written as a bare YAML false by @mcanouil in #42
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #43
Full Changelog: 1.3.0...1.3.1