Releases: quarto-dev/quarto-cli
Releases · quarto-dev/quarto-cli
Preview (v0.9 Build 353)
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)
v0.9.352 don't use custom markdown template for keep-yaml (hugo, etc.)
Preview (v0.9 Build 351)
v0.9.351 ensure that project level renv is activated for renders
Preview (v0.9 Build 349)
v0.9.349 transform shotcodes in raw inlines and blocks
Preview (v0.9 Build 348)
v0.9.348 don't ever use figure tags for cell handlers
Preview (v0.9 Build 347)
v0.9.347 smarter format matching for content-visible
Preview (v0.9 Build 345)
v0.9.345 update
Preview (v0.9 Build 344)
v0.9.344 use raw string for julia setup.jl
Preview (v0.9 Build 342)
v0.9.342 print name of jupyter kernel
Preview (v0.9 Build 341)
v0.9.341 Merge branch 'main' of github.com:quarto-dev/quarto-cli into main