Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

6,396

Downloads of v 1.7.31:

96

Last Update:

13 May 2025

Package Maintainer(s):

Software Author(s):

  • Posit Software
  • PBC

Tags:

quarto markdown publishing latex pdf revealjs html cross-plateform cli

Quarto

  • 1
  • 2
  • 3

1.7.31 | Updated: 13 May 2025

Downloads:

6,396

Downloads of v 1.7.31:

96

Maintainer(s):

Software Author(s):

  • Posit Software
  • PBC

Quarto 1.7.31

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Posit Software, PBC. The inclusion of Posit Software, PBC trademark(s), if any, upon this webpage is solely to identify Posit Software, PBC goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Quarto, run the following command from the command line or from PowerShell:

>

To upgrade Quarto, run the following command from the command line or from PowerShell:

>

To uninstall Quarto, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade quarto -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade quarto -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install quarto
  win_chocolatey:
    name: quarto
    version: '1.7.31'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'quarto' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.7.31'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller quarto
{
    Name     = "quarto"
    Version  = "1.7.31"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'quarto':
  ensure   => '1.7.31',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 13 May 2025.

Description

Features of Quarto:

  • Create dynamic content with Python, R, Julia, and Observable.
  • Author documents as plain text markdown or Jupyter notebooks.
  • Publish high-quality articles, reports, presentations, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more.
  • Author with scientific markdown, including equations, citations, crossrefs, figure panels, callouts, advanced layout, and more.

legal\LICENSE.md

From: https://quarto.org/license.html

Quarto is open source software licensed under the [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). We believe that it's better for everyone if the tools used for research and science are free and open. Reproducibility, widespread sharing of knowledge and techniques, and the leveling of the playing field by eliminating cost barriers are but a few of the shared benefits of free software in science.

The Quarto source code is available at <https://github.com/quarto-dev/>

Quarto is a registered trademark of Posit. Please see our [trademark policy](trademark.qmd) for guidelines on usage of the Quarto trademark.

Quarto also makes use of several other open-source projects, the distribution of which is subject to their respective licenses. Major components and their licenses include:

| Project                                                       | License                                                            |
|---------------------------------------------------------------|--------------------------------------------------------------------|
| [Pandoc](https://pandoc.org/)                                 | [GNU GPL v2](https://github.com/jgm/pandoc/blob/master/COPYING.md) |
| [Bootstrap 5.1](https://getbootstrap.com/docs/5.1/)           | [MIT](https://github.com/twbs/bootstrap/blob/v5.1.3/LICENSE)       |
| [Bootswatch 5.1](https://bootswatch.com/)                     | [MIT](https://github.com/thomaspark/bootswatch/blob/v5/LICENSE)    |
| [Deno](https://deno.land/)                                    | [MIT](https://github.com/denoland/deno/blob/main/LICENSE.md)       |
| [esbuild](https://esbuild.github.io/)                         | [MIT](https://github.com/evanw/esbuild/blob/master/LICENSE.md)     |
| [Dart Sass](https://sass-lang.com/dart-sass)                  | [MIT](https://github.com/sass/dart-sass/blob/main/LICENSE)         |
| [Observable Runtime](https://github.com/observablehq/runtime) | [ISC](https://github.com/observablehq/runtime/blob/main/LICENSE)   |
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This chocolatey package is maintained directly by Quarto authors <https://quarto.org/about.html>

Verification can be done this this way: 

- Downloaded bundle: https://github.com/quarto-dev/quarto-cli/releases/download/v1.7.31/quarto-1.7.31-win.zip

- Use 'Get-FileHash' to check the checksum: ec4807b0b4bb675ddd35a41f7143da1e0d9c03b70e6f4fec4df9bde2e6b5ee89
tools\chocolateyinstall.ps1

$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  FileFullPath  = gi $toolsDir\quarto*win.zip
  Destination   = $toolsDir
}

Get-ChocolateyUnzip @packageArgs
rm $toolsDir\*.zip -ea 0

$files = get-childitem (Join-Path $toolsDir "bin/tools" ) -include *.exe -recurse
foreach ($file in $files) {
    New-Item "$file.ignore" -type file -force | Out-Null
}
tools\quarto-1.7.31-win.zip
md5: 230E6AF9A7744402A7BAFBD88DF59E7C | sha1: 8E294223A83D88D95A48854382792C3AABF14310 | sha256: EC4807B0B4BB675DDD35A41F7143DA1E0D9C03B70E6F4FEC4DF9BDE2E6B5EE89 | sha512: 193C17230418EDA85F4D6A935D2F43C45B6D8B02E789EFE59784E467CA04E0BE414B22B8C2BDAF9DD1C1FFA5BF2EAB5C27120E8BF9459C21F64BC2A04D303097

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Quarto 1.7.30 133 Tuesday, May 6, 2025 Approved
Quarto 1.7.29 145 Monday, April 28, 2025 Approved
Quarto 1.6.43 177 Friday, April 4, 2025 Approved
Quarto 1.6.42 245 Tuesday, February 25, 2025 Approved
Quarto 1.6.41 93 Friday, February 21, 2025 Approved
Quarto 1.6.40 257 Monday, January 6, 2025 Approved
Quarto 1.6.39 248 Wednesday, November 27, 2024 Approved
Quarto 1.6.37 79 Monday, November 25, 2024 Approved
Quarto 1.5.57 387 Thursday, August 29, 2024 Approved
Quarto 1.5.56 182 Friday, August 2, 2024 Approved
Quarto 1.5.54 195 Monday, July 8, 2024 Approved
Quarto 1.5.53 110 Wednesday, July 3, 2024 Approved
Quarto 1.5.52 91 Monday, July 1, 2024 Approved
Quarto 1.4.557 76 Friday, June 28, 2024 Approved
Quarto 1.4.556 73 Thursday, June 27, 2024 Approved
Quarto 1.4.555 188 Monday, June 3, 2024 Approved
Quarto 1.4.554 219 Thursday, May 2, 2024 Approved
Quarto 1.4.553 197 Wednesday, April 3, 2024 Approved
Quarto 1.4.552 114 Tuesday, March 26, 2024 Approved
Quarto 1.4.551 171 Wednesday, March 6, 2024 Approved
Quarto 1.4.550 162 Thursday, February 15, 2024 Approved
Quarto 1.4.549 175 Wednesday, January 24, 2024 Approved
Quarto 1.3.450 668 Tuesday, August 15, 2023 Approved
Quarto 1.3.433 224 Monday, June 26, 2023 Approved
Quarto 1.3.427 102 Friday, June 23, 2023 Approved
Quarto 1.3.361 224 Tuesday, May 30, 2023 Approved
Quarto 1.3.354 144 Friday, May 26, 2023 Approved
Quarto 1.3.353 136 Friday, May 12, 2023 Approved
Quarto 1.3.340 140 Tuesday, April 25, 2023 Approved
Quarto 1.2.475 151 Wednesday, March 22, 2023 Approved
Quarto 1.2.335 162 Wednesday, February 8, 2023 Approved
Quarto 1.2.269 242 Tuesday, November 15, 2022 Approved
Quarto 1.1.189 134 Monday, September 12, 2022 Approved
Quarto 1.0.38 165 Tuesday, August 16, 2022 Approved
Quarto 1.0.35 91 Wednesday, July 20, 2022 Approved

v1.8 backports

In this release

  • (#12700): Giscus not loading on a site without dark mode configured.

In previous releases

  • (#6607): Add missing beamer template update for beamer theme options: colorthemeoptions, fontthemeoptions, innerthemeoptions and outerthemeoptions.
  • (#12625): Fire resize event on window when light/dark toggle is clicked, to tell widgets to resize.
  • (#12657): Load Giscus in generated script tag, to avoid wrong-theming in Chrome.

v1.7 changes

Regression fixes

  • (#11509): Fix link-decoration regression in HTML formats.
  • (#11532): Fix regression for #660, which causes files to have incorrect permissions when Quarto is installed in a location not writable by the current user.
  • (#11549): Fix regression in rendering dashboard tabsets into cards without titles.
  • (#11561): Fix a regression with $border-color that impacted, callouts borders, tabset borders, and table borders of the defaults themes. $border-color is now correctly a mixed of $body-color and $body-bg even for the default theme.
  • (#11580): Fix regression with documents containing categories fields that are not strings.
  • (#11659): julia engine - Fix escaping bug where paths containing spaces or backslashes break server startup on Windows.
  • (#11752): Fix regression with non-alphanumeric characters in categories preventing correct filtering of listing.
  • (#11943): Fix callout title color on dark theme in revealjs following Revealjs update in quarto 1.6.
  • (#11990): Do not print parameter cell in parameterized Jupyter notebooks.
  • (#12147): for RevealJS format, serif and simple themes defaults back to have their heading color ($presentation-heading-color) to be the same as the body color ($body-color) as in Quarto 1.5.

Dependencies

  • Update typst to 0.13.0.
  • Update pandoc to 3.6.3.
  • Update dart-sass to 1.85.1.
  • Update esbuild to 0.19.12.

YAML validation

  • (#10251): EJS template for website now uses proper object to get alt text for logo in sidebar.
  • (#11654): Allow page-inset as value in column key for code cells.
  • (#12151): Fix YAML validation in computations cell on Windows. Validate YAML in documents in julia engine.

Projects

website

  • (#8238): Listing categories are now sorted case-insensitively.
  • (#10501): Improve documentation of repo-actions option.
  • (#11701): Wrap HTML emitted by EJS templates in {=html} blocks to avoid memory blowup issues with Pandoc's parser.
  • (#12134): Forward logo.small images in _brand.yml files to a website favicon.

blog

  • (#11745): Fix categories links under post title in post with url encoded path (e.g. with space or other special characters).

book

  • (#11520): Book's cover image now escapes lightbox treatment, which was incorrectly applied to it when lightbox: true was set in the book's configuration.
  • (#12134): Forward logo.small images in _brand.yml files to the favicon of the book's website.

Commands

quarto check

  • (#10047): quarto check will now check binary dependency versions strictly by default. Use quarto check --no-strict to revert to old behavior.
  • (#10561): quarto check will now report paths of binary dependencies.
  • (#11608): Do not issue error message when calling quarto check info.
  • (#12433): Add --output option to quarto check to produce structured JSON output.

quarto convert

  • (#12042): Preserve Markdown content that follows YAML metadata in a raw .ipynb cell.
  • (#12318): Ensure enough line breaks between cells that might be trimmed.

quarto inspect

  • (#12336): Clean up transient files created by quarto inspect.

Formats

dashboard

  • (#11338): Remove unused datatables imports when appropriate.

html

  • (#1325): Dark Mode pages should not flash light on reload. (Nor should Light Mode pages flash dark.)
  • (#1470): respect-user-color-scheme enables checking the media query prefers-color-scheme for user dark mode preference. Author preference still influences stylesheet order and NoJS experience. Defaults to false, leaving to author preference.
  • (#10780): improve link-external-filter documentation.
  • (#11860): ES6 modules that import other local JS modules in documents with embed-resources: true are now correctly embedded.
  • (#11911): Code highlighting colors for tokens are now the same between code blocks and inline code when using Pandoc's syntax highlighting.
  • (#12118): Don't hide :focus on code-copy button.
  • (#12277): Provide light and dark plot and table renderings with renderings: [light,dark]
  • (#12307): Tabsets using tabby.js in non-boostrap html (theme: pandoc, theme: none or minimal: true) now correctly render reactive content when server: shiny is used.
  • (#12319): Provide switchable light and dark brands for a page with brand.light and brand.dark.
  • (#12356): Remove duplicate id in HTML document when using #lst- prefix label for using Quarto crossref.

pdf

  • (#11695): Translate ANSI color codes more carefully inside highlighting environments.
  • (#11835): Take markdown structure into account when detecting minimum heading level.
  • (#11878, #12085): Correctly fixup raw LaTeX table having an unexpected table env with options (e.g \begin{table}[!ht]) to be handled as crossref table.
  • (#11903): crossref configuration like fig-title or tbl-title now correctly supports multi word values, e.g. fig-title: 'Supplementary Figure'.
  • (#12344): Ensure decorated code blocks do not float when inside layout elements.
  • Update to Pandoc's LaTeX template following Pandoc 3.6.3 support:
    • format: beamer now uses its own template. The main template for latex does not use $if(beamer)$ anymore, and the new template for beamer uses the same partials as latex one.
    • Improved Babel support:
      • New babeloptions variable in the template to allow for more flexible Babel options.
      • doc-class.tex Quarto's partial has been updated as Babel options have been moved to documentclass definition in doc-class.tex Quarto's partial.
    • New partials available for format: latex and format: beamer:
      • Pandoc now uses partials for its latex templates, and they are available through template-partials. Pandoc's partials uses .latex extension: passoptions.latex, common.latex, font-settings.latex, fonts.latex, hypersetup.latex, after-header-includes.latex
      • New Quarto partials: babel-lang.tex, biblio-config.tex. Quarto's partials uses .tex extension.
    • BREAKING CHANGE for templates authors: common.latex does now uses pandoc.tex partial from Quarto, which include now part of the content that was in main template.tex. If you modify pandoc.tex as part of a custom format, it should be updated to new content.

jats

  • Update to Pandoc's template following Pandoc 3.6.3 support:
    • article.jats_publishing partials now support author.roles

revealjs

  • (#12307): Tabsets using tabby.js in Revealjs now correctly render reactive content when server: shiny is used.

typst format

  • (#11578): Typst column layout widths use fractional fr units instead of percent % units for unitless and default widths in order to fill the enclosing block and not spill outside it.
  • (#11676): Convert unitless image widths from pixels to inches for column layouts.
  • (#11835): Take markdown structure into account when detecting minimum heading level.
  • (#11964): Using panel layout without a crossref label now correctly do not add an empty #block[] that was leading to an unnecessary space in output.
  • (#12387): brand-mode chooses whether to use light (default) or dark brand yml.
  • (#12825): Callouts look better with dark brands, mixing the title color and using brand background color for body.
  • (#12354): CodeBlock in Listing with #lst- prefix are now correctly highlighted.

Engines

julia

  • (#11803): Added subcommands status, kill, close [--force] and log under the new CLI command quarto call engine julia.
  • (#12121): Update QuartoNotebookRunner to 0.17.0. Support for evaluating Python cells via PythonCall.jl added. Support for notebook caching via execute.cache added.
  • (#12151): Basic YAML validation is now active for documents using Julia engine.

jupyter

  • (#9089): Serialize compound jupyter metadata into a special key-value attribute to not break Pandoc's fenced div parsing.
  • (#10113): KaTeX will now load correctly in engine: jupyter documents using emebed-resources: true.
  • (#12114): JUPYTERCACHE environment variable from Jupyter cache CLI is now respected by Quarto when cache: true is used. This environment variable allows to change the path of the cache directory.
  • (#12228): quarto render will now fails if errors are detected at IPython display level. Setting error: true globally or at cell level will keep the error to show in output and not stop the rendering.
  • (#12374): Detect language properly in Jupyter notebooks that lack the language field in their kernelspecs.

Quarto PDF rendering

  • (#12194): More specific checks added in log parsing to automatically find missing fonts.

Shiny

  • (#12059): quarto preview now correctly run on Windows an interactive Quarto doc with Jupyter engine and py-shiny, when using a *.py file as resource.

Lua Filters and extensions

  • Add quarto.paths.tinytex_bin_dir to Quarto's Lua API. If TinyTeX is found by Quarto, this will be set to the path to the bin directory of the TinyTeX installation where command line tool are located (e.g., pdflatex, tlmgr, etc.). If TinyTeX is not found, this will be nil, meaning Quarto will use the system PATH to find the command line tools.
  • Fix pandoc.mediabag Lua typings so autocompletions work with the Lua LSP integration.
  • (#11379): Add version shortcode to display the current Quarto version.
  • (#11526): General improvements to the style and robustness of Quarto's Lua code. This also provides a new public function quarto.utils.is_empty_node that allows to check whether a node is empty, i.e., whether it's an empty list, has no child nodes, and contains no text.
  • (#11664): lipsum shortcode is no longer randomly generated by default, use {{&lt; lipsum random=true &gt;}} to restore randomness.
  • (#11699): Fix crash with video shortcode inside HTML comments.
  • (#11896): fix \f ({{&lt; pagebreak &gt;}}) form feed character not valid in PowerPoint (pptx).
  • (#12326): Add quarto.shortcode.* API entry points for shortcode developers.
  • (#12365): brand color shortcode takes an optional brandMode second parameter, default light.
  • (#12453): Expose _quarto.modules.brand as quarto.brand and add has_mode() function.
  • (#12564): brand logo shortcode also takes an optional brandMode second parameter, default light.

Conditional Content

  • (#4411): Added support for new format and aliases in when-format and unless-format: confluence, docusaurus (and docusaurus-md), email, dashboard, gfm, hugo (and hugo-md).

Quarto Lua API

  • (#4411): quarto.format.is_format is now working as expected with support of more aliases: confluence, docusaurus (and docusaurus-md), email, dashboard, gfm, hugo (and hugo-md)
  • (#12299): quarto.doc.pdf_engine() now correctly returns the PDF engine used for the document. quarto.doc.cite_method() now returns nil if no citation method will be used (i.e. no references is the document set).

Languages

  • (#12366): Added Bulgarian translation for Quarto UI text (credit: @sakelariev)

quarto publish

  • (#9929): quarto publish gh-pages will now clean previous worktree directory leftover from previous deploys.

Other Fixes and Improvements

  • A new folder quarto-session-temp can be created in .quarto to store temporary files created by Quarto during a rendering. Reminder: .quarto is for internal use of Quarto and should not be versioned (thus added to .gitignore).
  • (fb38eb5) Use the latest parser for Acorn when analyzing JS code imported from OJS blocks.
  • (#7260): Add support for active class in tabsets so the .active tab shows up by default.
  • (#7757): Session temporary files are now cleaned up when the session ends abnormally (e.g. Ctrl+C) also on Windows.
  • (#8613): Fix giscus color on load to support dark mode (by @kv9898).
  • (#9867): Blank lines are now trimmed in Raw HTML Table blocks.
  • (#10532): Changed default of --headless=old to --headless as Chrome 132 has removed old headless mode and only support new mode. To use old mode, set QUARTO_CHROMIUM to a new chrome-headless-shell binary or to an older chrome version (between 128 and 132). Set QUARTO_CHROMIUM_HEADLESS_MODE to old to use old headless mode with that compatible version.
  • (#10961): Add more information on which Chrome Headless will be used in quarto check install. This is helpful to help debug mermaid issues.
  • (#11441): Don't add newlines around shortcodes during processing.
  • (#11606): Added a new QUARTO_DOCUMENT_FILE env var available to computation engine to the name of the file currently being rendered.
  • (#11643): Improve highlighting of nested code block inside markdown code block, i.e. using ```{{python}} or ```python inside ````markdown fenced code block.
  • (#11788): quarto add and quarto remove will return non-zero code when they fail.
  • (#11803): Added a new CLI command quarto call. First users of this interface are the new quarto call engine julia ... subcommands.
  • (#11951): Raw LaTeX table without tbl- prefix label for using Quarto crossref are now correctly passed through unmodified.
  • (#11967): Produce a better error message when YAML metadata with !expr tags are used outside of knitr code cells.
  • (#12117): Color output to stdout and stderr is now correctly rendered for html format in the Jupyter and Julia engines.
  • (#12264): Upgrade dart-sass to 1.85.1.
  • (#12238): Do not truncate very long console errors (e.g. in Jupyter Notebook with backtrace).
  • (#12338): Add an additional workaround for the SCSS parser used in color variable extraction.
  • (#12369): quarto preview correctly throws a YAML validation error when a format key does not conform.
  • (#12459): Add .page-inset-* classes to completions.
  • (#12492): Improve shortcode extension template with new parameters and a link to docs.
  • (#12513): Fix an issue with quarto preview when using DiagrammeR R package for Graphiz diagram.

This package has no dependencies.

Discussion for the Quarto Package

Ground Rules:

  • This discussion is only about Quarto and the Quarto package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Quarto, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus