Skip to content

Releases: quarto-dev/quarto-cli

Preview (v0.9 Build 636)

01 Jul 11:54

Choose a tag to compare

v0.9.636

fix echo in script

Preview (v0.9 Build 634)

30 Jun 20:21

Choose a tag to compare

v0.9.634

revert ojs_define for now

Preview (v0.9 Build 633)

30 Jun 16:59

Choose a tag to compare

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)

30 Jun 14:51
d5203c6

Choose a tag to compare

Merge pull request #1257 from quarto-dev/reveal-output-location-slide

[reveal] fix `output-location: slide`

Preview (v0.9 Build 629)

28 Jun 11:39
0909b69

Choose a tag to compare

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)

28 Jun 10:51

Choose a tag to compare

v0.9.628

add href fix postprocess step. Fixes issue #1227

Preview (v0.9 Build 626)

27 Jun 15:09

Choose a tag to compare

Ensure that user provided SCSS has precedent over quarto generated scss

fixes #1223

Preview (v0.9 Build 624)

26 Jun 12:19

Choose a tag to compare

v0.9.624

r registry detection: read hkcu before hklm

Preview (v0.9 Build 622)

25 Jun 15:45

Choose a tag to compare

v0.9.622

yaml stringify: don't every break string lines

Preview (v0.9 Build 619)

24 Jun 20:57
84dc0d1

Choose a tag to compare

Merge pull request #1221 from quarto-dev/bugfix/shortcode-namespace

Provide the entry quarto namespace to shortcodes