Skip to content

Releases: quarto-dev/quarto-cli

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.)

Preview (v0.9 Build 351)

04 May 10:40
Compare
Choose a tag to compare
v0.9.351

ensure that project level renv is activated for renders

Preview (v0.9 Build 349)

03 May 23:21
Compare
Choose a tag to compare
v0.9.349

transform shotcodes in raw inlines and blocks

Preview (v0.9 Build 348)

03 May 18:13
Compare
Choose a tag to compare
v0.9.348

don't ever use figure tags for cell handlers

Preview (v0.9 Build 347)

03 May 14:00
Compare
Choose a tag to compare
v0.9.347

smarter format matching for content-visible

Preview (v0.9 Build 345)

02 May 19:42
Compare
Choose a tag to compare
v0.9.345

update

Preview (v0.9 Build 344)

02 May 16:27
Compare
Choose a tag to compare
v0.9.344

use raw string for julia setup.jl

Preview (v0.9 Build 342)

02 May 01:33
Compare
Choose a tag to compare
v0.9.342

print name of jupyter kernel

Preview (v0.9 Build 341)

01 May 16:42
Compare
Choose a tag to compare
v0.9.341

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