Releases: quarto-dev/quarto-cli
Releases · quarto-dev/quarto-cli
Preview (v0.9 Build 636)
v0.9.636 fix echo in script
Preview (v0.9 Build 634)
v0.9.634 revert ojs_define for now
Preview (v0.9 Build 633)
Provide more specific selector RevealJS slides merge the reveal format extras over the top of htmlformatextras (so reveal can override those). As a result, the html format extras CSS/js appears at the top of the document head rather than near the bottom. In this case, that meant that a specific text-highlight css selector which worked ok in HTML (because the css was at the bottom of the head, overriding inline default styles) did not work in reveal, since it appeared above the inline default styles. This fix doesn’t resolve that larger issue, but does dodge this specific issue by providing a more specific selector.
Preview (v0.9 Build 632)
Merge pull request #1257 from quarto-dev/reveal-output-location-slide [reveal] fix `output-location: slide`
Preview (v0.9 Build 629)
Merge pull request #1234 from quarto-dev/windows-registry-r Correctly find R in registry when first key searched is not found
Preview (v0.9 Build 628)
v0.9.628 add href fix postprocess step. Fixes issue #1227
Preview (v0.9 Build 626)
Ensure that user provided SCSS has precedent over quarto generated scss fixes #1223
Preview (v0.9 Build 624)
v0.9.624 r registry detection: read hkcu before hklm
Preview (v0.9 Build 622)
v0.9.622 yaml stringify: don't every break string lines
Preview (v0.9 Build 619)
Merge pull request #1221 from quarto-dev/bugfix/shortcode-namespace Provide the entry quarto namespace to shortcodes