Skip to content

Releases: quarto-dev/quarto-cli

Preview (v0.9 Build 362)

05 May 13:02
Compare
Choose a tag to compare
v0.9.362

correct redirect for rsw

Preview (v0.9 Build 361)

05 May 12:35
Compare
Choose a tag to compare
v0.9.361

Don’t allow text decoration underline for sidebar logo

Preview (v0.9 Build 360)

05 May 10:38
Compare
Choose a tag to compare
v0.9.360

pdfjs preview: redirect from root to viewer

Preview (v0.9 Build 358)

05 May 01:49
Compare
Choose a tag to compare
v0.9.358

Merge branch 'main' of github.com:quarto-dev/quarto-cli into main

Preview (v0.9 Build 357)

05 May 00:35
be2e8b7
Compare
Choose a tag to compare
Merge pull request #800 from jeremiahpslewis/patch-1

Bring PDF viz support to Julia

Preview (v0.9 Build 356)

05 May 00:29
Compare
Choose a tag to compare
v0.9.356

hide content-only include options

Preview (v0.9 Build 355)

04 May 19:48
Compare
Choose a tag to compare
v0.9.355

Merge branch 'main' of github.com:quarto-dev/quarto-cli into main

Preview (v0.9 Build 354)

04 May 15:44
Compare
Choose a tag to compare
v0.9.354

Merge branch 'main' of github.com:quarto-dev/quarto-cli into main

Preview (v0.9 Build 353)

04 May 13:25
Compare
Choose a tag to compare
if the left sidebar is empty and we’re in full layout, just remove it

to reproduce, make a page like

```
---
title: The Tech Blog of Charles Teague
listing:
  contents: "blog/**/*.qmd"
  feed: true
  categories: true
  sort:
    - "date desc"
  max-description-length: 250
  filter-ui: false
  sort-ui: false
  type: grid
page-layout: full
title-block-banner: true
margin-header: signup.html
toc-location: left
---

```

Preview (v0.9 Build 352)

04 May 13:12
Compare
Choose a tag to compare
v0.9.352

don't use custom markdown template for keep-yaml (hugo, etc.)