Downloads:
4,432
Downloads of v 1.5.57:
358
Last Update:
29 Aug 2024
Package Maintainer(s):
Software Author(s):
- Posit Software
- PBC
Tags:
quarto markdown publishing latex pdf revealjs html cross-plateform cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Quarto
- 1
- 2
- 3
1.5.57 | Updated: 29 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,432
Downloads of v 1.5.57:
358
Maintainer(s):
Software Author(s):
- Posit Software
- PBC
Quarto 1.5.57
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
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download quarto --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
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.5.57'
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.5.57'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller quarto
{
Name = "quarto"
Version = "1.5.57"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'quarto':
ensure => '1.5.57',
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.
This package was approved as a trusted package on 06 Nov 2024.
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.
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) |
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.5.57/quarto-1.5.57-win.zip
- Use 'Get-FileHash' to check the checksum: 7e8c55c2151f4f898230f53451eac199206cd7b018308ab203e9b3353cacdf19
md5: 5D0BD82AE30DAC253970FEBC3D86F15D | sha1: C6B2DF1313BF5FE76956B6A5342D64AE33C0E525 | sha256: 7E8C55C2151F4F898230F53451EAC199206CD7B018308AB203E9B3353CACDF19 | sha512: 1D392A5EF0D18C998613EECC261BE8D019822325513691687D7A9019BBF35A81AA9DAD669423E17E9D9D2DBDF775046CEB6B23666CA19906A0B1B3A8D03C9E5B
Log in or click on link to see number of positives.
- plugin.dll (8d182dd5339d) - ## / 70
- typst.exe (1d272da7bef1) - ## / 70
- pandoc.exe (2b83bb948422) - ## / 65
- deno.exe (bf354bb08f41) - ## / 70
- esbuild.exe (07293a6c035b) - ## / 73
- dart.exe (e93100814aff) - ## / 75
- quarto.1.5.57.nupkg (b6cd1b9a18e9) - ## / 63
- quarto-1.5.57-win.zip (7e8c55c2151f) - ## / 61
- quarto.exe (33efe26f75b4) - ## / 74
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.5.57 | 358 | Thursday, August 29, 2024 | Approved | |
Quarto 1.5.56 | 165 | Friday, August 2, 2024 | Approved | |
Quarto 1.5.54 | 174 | Monday, July 8, 2024 | Approved | |
Quarto 1.5.53 | 94 | Wednesday, July 3, 2024 | Approved | |
Quarto 1.5.52 | 77 | Monday, July 1, 2024 | Approved | |
Quarto 1.4.557 | 56 | Friday, June 28, 2024 | Approved | |
Quarto 1.4.556 | 59 | Thursday, June 27, 2024 | Approved | |
Quarto 1.4.555 | 172 | Monday, June 3, 2024 | Approved | |
Quarto 1.4.554 | 204 | Thursday, May 2, 2024 | Approved | |
Quarto 1.4.553 | 182 | Wednesday, April 3, 2024 | Approved | |
Quarto 1.4.552 | 96 | Tuesday, March 26, 2024 | Approved | |
Quarto 1.4.551 | 158 | Wednesday, March 6, 2024 | Approved | |
Quarto 1.4.550 | 146 | Thursday, February 15, 2024 | Approved | |
Quarto 1.4.549 | 160 | Wednesday, January 24, 2024 | Approved | |
Quarto 1.3.450 | 652 | Tuesday, August 15, 2023 | Approved | |
Quarto 1.3.433 | 203 | Monday, June 26, 2023 | Approved | |
Quarto 1.3.427 | 87 | Friday, June 23, 2023 | Approved | |
Quarto 1.3.361 | 187 | Tuesday, May 30, 2023 | Approved | |
Quarto 1.3.354 | 108 | Friday, May 26, 2023 | Approved | |
Quarto 1.3.353 | 126 | Friday, May 12, 2023 | Approved | |
Quarto 1.3.340 | 132 | Tuesday, April 25, 2023 | Approved | |
Quarto 1.2.475 | 137 | Wednesday, March 22, 2023 | Approved | |
Quarto 1.2.335 | 154 | Wednesday, February 8, 2023 | Approved | |
Quarto 1.2.269 | 234 | Tuesday, November 15, 2022 | Approved | |
Quarto 1.1.189 | 103 | Monday, September 12, 2022 | Approved | |
Quarto 1.0.38 | 138 | Tuesday, August 16, 2022 | Approved | |
Quarto 1.0.35 | 70 | Wednesday, July 20, 2022 | Approved |
Posit Software, PBC 2020-2024
v1.6 backports
in this release
- (#9821): Handle callout with empty contents in
revealjs
format properly. - (#10573), (#10626): Change command-line arguments to Chrome in remote rendering to avoid crashes with latest version.
in previous releases
- (#10039):
quarto inspect
properly handles!expr
tag in metadata. - (#10188):
quarto inspect
properly resolves includes across subdirectory boundaries. - (#10196): protect against nil values in
float.caption_long
. - (#10295): Fix regression to return error status to shell when
CommandError
is thrown. - (#10358): Fix regression with captioned floats where
caption_long
field might not exist. - (#10395): Fix issue with
quarto publish accounts
from Cliffy version upgrade.
v1.5 changes
HTML Format
- (#3178): TOC now correctly expands when web page has no content to scroll to.
- (#6992): Properly render custom license URLs in HTML page appendix,
- (#8118): Add support for
body-classes
to add classes to the document body. - (#8311): Correct z-order for margins with no contents
- (#8862): Properly deal with an
aside
within a definition list. - (#8863): Properly wrap
monospace
text in definition lists. - (#8969): Replace
polyfill.io
withcdnjs.cloudflare.com
when using MathJax. - (#8990): Copy button now works for embedded code source in modal window when optin-in
code-tools
feature. - (#9076): Fix issue with
layout-ncol
andcolumn
settings in executable code cells. - (#9125): Fix issue in browser console with TOC selection when the document is using ids for headers with specific characters (e.g russian language headers).
- (#9539): Improve SCSS of title blocks to avoid overwide columns in grid layout.
- Improve accessibility
role
foraria-expandable
elements by ensuring their role supports thearia-expanded
attribute. - (#9734): Fix issue with unlabeled tables and
tbl-cap-location
information.
PDF Format
- (#8299): Don't use
rsvg-convert
to convert an SVG to PDF when the PDF is already available; adduse-rsvg-convert
option to control this behavior. - (#8656): Don't crash on captionless tables in subfloats.
- (#8684): Improve detection and automatic installation of locale specific hyphenation files.
- (#8711): Enforce rendering of tables as
tabular
environments when custom float environments are present. - (#8841): Do not parse LaTeX table when crossref label doesn't start with
tbl-
. - (#9582): Forward column classes and attributes correctly to floats inside divs with column classes.
- (#9729): Fix performance issue with Lua pattern matching and multiple capture groups.
- (#9892): Add more line breaks after Pandoc template partial inclusions cf. #7273 to avoid partials themselves requiring additional linebreaks.
- (#9944): Fix issue with
lst-
crossrefs,filename
attributes, and syntax highlighting. - (#10091): Fix regression with
fig-align
attributes in captionless images. - (#10112): Fix regression with
column: margin
in code cells that emit tables.
RevealJS Format
- (#8382): Strip whitespace from
div.columns
elements that might have been introduced by third-party processing. - (#8498): Strip whitespace following
div.column
elements. - (#9117): Fix an issue with input filename containing special characters.
- (#9548): Providing
theme
at top level whenformat: revealjs
is now probably inserting the right css in the resulting html. - (#9560): Code block using
filename
correctly gets the header background color set.
Docusaurus Format
- (#8919): Ensure enough backticks in code cell declarations.
- (#9179): Emit tables that Pandoc would write as HTML as RawBlock elements to ensure they are rendered correctly in Docusaurus.
GFM Format
- (#8283): Maths are rendered using Mathjax in the HTML preview of a
format: gfm
document. - (#9507): Add support for rendering
FloatRefTarget
elements ingfm
format.
Powerpoint Format
- (#8667): Fix regression with
FloatRefTarget
nodes in PPTX output. - (#9680, #9681): Fix issues with HTML tables parsed by Quarto when converting to powerpoint presentations.
Interactive Document
- (#9208):
code-link
is ignored inengine: knitr
interactive documents withserver: shiny
. This is because of a limitation from R package downlit when processing shiny pre-rendered document.
Website
- (#6779): Add support for
logo-href
andlogo-alt
insidebar
(books and websites) - (#7318): Don't improperly overwrite page titles
- (#8108): Individual pages can suppress breadcrumbs using
bread-crumbs: false
- (#8132): Properly escape urls in the sitemap.
- (#8267): Improve responsive layout of
page-footer
- (#8294): Add support for website announcements, using the
announcement
key underwebsite
. - (#8426): Ignore invalid dates for references when generating Google Scholar data.
- (#8544): Fix about page layout when using an
id
to provide contents. - (#8588): Fix display of
bread-crumbs
on pages with banner style title blocks. - (#8830): Add support for
tools-collapse
to control whether the tools collapse when the navbar does. - (#8851): Don't strip
index.html
from external paths. - (#8904): Flip order of page and website title on websites, cf WCAG 2.4.2.
- (#8977): Don't decorate about links within external link icons.
- (#8986): Search: only build subfuse index when it's safe to do so.
- (#9356): Don't process column classes for figures inside the About divs.
- (#9524): Fix canonical URL generation for website pages.
- (#9781): Correctly hide elements from click event in collapsed margin sidebar.
- (#8987): Fix issue with shortcode expansion in website titles.
- Sidebar navigation item now correctly supports
rel
attribute. target
attribute for sidebar navigation items is now correctly inserted with HTML escapes.
Book
- (#8737): Fix issue in
page-footer
when url are used inhref
for book's configuration. - (#8814): Fix issue with
bibliography
field using urls in book's configuration. - (#9269): Fix issue with icons in download dropdown for multiple book formats.
OJS
- (#8327): Issue error messages on console so they're visible in the case of hidden OJS cells.
- (#8372): Fix issue with OJS cells not being properly hidden in Hugo output when
output: false
.
Typst
- (#8539): Support for Typst theorems and their ilk via typst-theorems.
- (#9619): Typst CSS - for a small set of elements and properties, Quarto will translate the CSS property to a Typst property. This is especially useful for processed HTML tables and
<pre>
s. - (#9293): Add
toc-indent
to control indentation of entries in the table of contents. - (#9671): Reimplement
typst
subfloats to fix subfloat counters. - (#9694): Fix default callout (
::: callout ... :::
) in Typst. - (#9722): Resolve data URI images in Typst.
- (#9555): Text elements in Typst are internationalized.
- (#9887): Use correct supplement for div floats in Typst.
- (#9972): Fix crashes with unnumbered sections.
- (#8797, #10086): Tables should be centered in cell output.
- (#9857):
id
-less figures inside another figure should be treated the same asFloatRefTarget
and get lettered - (#9885): Turn off Typst CSS with
css-property-parsing: none
, defaulttranslate
. - (#10055): Enable
html-pre-tag-processing
with a fenced div, disable it in metadata withnone
. - (#10075): Bring
quarto create
templates for Typst up-to-date with the format. - (#10123): Warn when unsupported caption location is used, and default to
bottom
. - Upgrade Typst to 0.11.0
- Upgrade the Typst template to draw tables without grid lines by default, in accordance with latest Pandoc.
Jupyter
- (#4802): Change name of temporary input notebook to avoid accidental overwriting.
- (#8433): Escape jupyter widget states that contain
</script>
so they can be embedded in HTML documents. - When searching for kernelspecs that match
python
, prefer one one that matches an active Python venv. - (#8454): Allow Jupyter engine to handle markdown files with mixed-case extensions.
- (#8919): Ensure enough backticks in
quarto convert
from.ipynb
to.qmd
files. - (#8998): Interpret slide separation markers
---
correctly when creating the.ipynb
intermediate notebook from a.qmd
file. - (#9056): Fix issue with extra columns in
format: dashboard
and Jupyter notebooks. - (#9133): Fix issue with Jupyter engine when using paths containing special characters.
- (#9255): Support cell source fields of type
string
. - (#9422): Improve the stream merging algorithm in output cells to avoid merging outputs that should not be merged.
- (#9536): Provide traceback when available in Jupyter error outputs.
- (#9470): Fix images rendered by the Jupyter engine to be displayed with the same dimensions as those in notebooks.
- (#5413): Fix issue with Jupyter engine cells and images with captions containing newlines.
- (#9896): Fix an issue with executing notebook with no kernelspec metadata yet.
Website Listings
- (#8147): Ensure that listings don't include the contents of the output directory
- (#8435): Improve listing filtering using special characters
- (#8627): Localize the text that appears as placeholder in listing filters.
- (#8715): Listings should respect
image: false
- (#8860): Don't show duplicate author names.
- (#9030): Warn (rather than error) when listing globs produce an empty listing (as this is permissable).
- (#9447): Add support for the boolean
image-lazy-loading
option to enable lazy loading of images in listings (default:true
). - (#9845):
image-placeholder
now correctly works when multiple listings are used.
Manuscripts
- (#8277): Improve notebook ordering within Manuscript projects
- (#8974): Fix theorem rendering in Manuscript projects
Extensions
- (#8385): Properly copy project resources when extensions are installed at project level.
- (#8547): Support installing extensions from github branch with forward slash in the name.
- (#9918):
format-resources
can use explicit Quarto glob syntax, e.g.format-resources: dir/**/*
to copy all files indir
and its subdirectories to input root, but useformat-resources: dir
to copydir
and its contents to input root. - (#9948): New extension type:
metadata
. Example use case: supportpre-render
andpost-render
script lists inproject
metadata.
Shortcodes
- (#8316): Add fallback value for the
env
shortcode. - (#9011):
embed
shortcode now renders the embedded document without error when it is using knitr engine and have some outputs with HTML dependencies. - (#9635): Respect
{shortcodes=false}
when resolvinginclude
shortcodes. - (#9664): Add
placeholder
shortcode to produce placeholder images. - (#9665): Fix issue with key-value arguments of shortcode handlers in code contexts.
- (#9793):
embed
shortcode now correctly retrieve svg image from embdedded cell. - (#9903): Allow shortcode resolution inside element attributes (currently headers, divs, spans, images, links). Currently, this requires attributes to be specified with single quotes, see issue for details.
Lightbox Images
- (#8607): Ensure we properly use the
description
attribute if it is present.
Filters
- (#8417): Maintain a single AST element in the output cells when parsing HTML from RawBlock elements.
- (#8582): Improve the algorithm for extracting table elements from HTML RawBlock elements.
- (#8770): Handle inconsistently-defined float types and identifier names more robustly in HTML tables.
- (#9862): Fix crash with labeled tables in cells with
eval: false
andecho: false
. - (#10100): Fix crash with empty div containing the
filename
attribute.
Engines
- (#8388): add
QUARTO_PROJECT_ROOT
andQUARTO_DOCUMENT_PATH
to the environment when invoking execution engines.
Article Layout
- (#8614): Don't improperly forward column classes onto grids.
Publishing
- (#9308): Improved error message when trying to publish to Github pages with
quarto publish gh-pages
. - (#9585): Improved
quarto publish gh-pages
workflow when existing gh-pages branch is present or problem with the remote repository.
quarto inspect
- (#8451):
quarto inspect
now validates documents and will throw an error if the document is invalid. - (#8939):
quarto inspect
now takes an additional optional parameter to specify the output file, and provides the graph of include dependencies for the inspection target. - (#9264):
quarto inspect
now provides information about the code cells in the inspection target.
quarto check
quarto check
now checks a minimal version of Typst and prints the version, to aid with troubleshooting.
quarto typst
- (#9106): Do not allow
quarto typst update
.
Quarto's input format
- Quarto now supports raw block and raw inline elements of types
pandoc-native
andpandoc-json
, and will use Pandoc'snative
andjson
reader to convert these elements to Pandoc's AST. This is useful in situations where emitting Markdown is not sufficient or convient enough to express the desired structure of a document.
Lua filters
- (#9572): Add
quarto.config.cli_path()
in Quarto LUA to return the path to the Quarto CLI executable of the installation running the Lua script in quarto context. - (#9691): Provide default Attr object to
quarto.Tabset
constructor. - (#9696): Don't use
.hidden
indata-qmd
scaffolds.
Other Fixes and Improvements
- (#6945): Allow
classes: plain
to disable the default treatment of computataional tables in code cells. - (#8119): More intelligently detect when ejs templates are modified during development, improving quality of life during preview.
- (#8177): Use an explicit path to
sysctl
when detecting MacOS architecture. (author: @kevinushey) - (#8274): set
LUA_CPATH
to '' if unset, avoiding accidentally loading incompatible system-wide libraries. - (#8401): Ensure that files created with
quarto create <project_name>
have lowercase filenames. - (#8438): Ensure that sub commands properly support logging control flags (e.g.
--quiet
, etc). - (#8422): Improve dashboard validation and sauto-completion support for external tools
- (#8486): Improve arrow theme differentation of Keywords and Control Flow elements
- (#8524): Improve detection of R environment which configuring Binder using 'quarto use'. Check for lock files, pre and post render scripts that use R.
- (#8540): Allow title to be specifed separately when creating a project
- (#8652): Make code cell detection in IDE tooling consistent across editor modes.
- (#8779): Resolve shortcode includes before engine and target determination.
- (#8873): Don't overwrite supporting files when creating a project.
- (#8937): Fix unix launcher script to properly handle spaces in the path to the quarto executable.
- (#8898):
.deb
and.tar.gz
bundle contents are now associated to root user and group instead of default user and group for CI build runners. - (#9041): When creating an automatic citation key, replace spaces with underscores in inferred keys.
- (#9059):
quarto run
now properly works on Windows with Lua scripts. - (#9282): Fix name clash in Lua local declarations for
mediabag
in bundled releases. - (#9394): Make
template
a required field in theabout
schema. - (#9426): Update
crossref.lua
filter to avoid crashes and hangs in documents with custom AST nodes. - (#9460):
$valuebox-bg-{color}
Sass variables, e.g.$valuebox-bg-primary
, can now be set directly for custom value box background colors. - (#9492): Improve performance of
quarto preview
when serving resource files of the following formats: HTML, PDF, DOCX, and plaintext. - (#9496): Improve parsing error message from
js-yaml
whenkey:value
is used together withkey: value
in the same YAML block. - (#9527): Add
quarto.format
andquarto.format.typst
to Quarto's public Lua filter API. - (#9547): Fix issue with
quarto preview
and resources found in URLs with hash and search fragments. - (#9550): Don't crash when subcaptions are incorrectly specified with
fig-subcap: true
but no embedded subcaptions. - (#9652): Allow
--output-dir
to refer to absolute paths inquarto render
. - (#9701): Fix issue with callouts with non-empty titles that have no string content.
- (#9724): Force-align text in floats of type
Listing
to the left. - (#9727):
lightbox
: do not overwritewindow.onload
events. - (#9792): Fix a 1.5 regression where
freeze
would be accidentally triggered in single-file renders. - (#10003): fix Giscus light/dark theme YAML example in schema where
theme
is missing. - Add support for
{{< lipsum >}}
shortcode, which is useful for emitting placeholder text. Provide a specific number of paragraphs ({{< lipsum 3 >}}
). - Resolve data URIs in Pandoc's mediabag when rendering documents.
- Increase v8's max heap size by default, to avoid out-of-memory errors when rendering large documents (also cf. https://github.com/denoland/deno/issues/18935).
- When running
quarto check
from a development build (from a git repository), show the git commit hash in addition to the version string. - Upgrade Deno to 1.41.0
quarto install tinytex
will now try to set the default CTAN repository to the nearest mirror resolved from https://mirror.ctan.org.quarto render --to native
now works without triggering rmarkdown error about non HTML output when HTML dependencies are present in the knitr engine cell results.- Missing
tabsets
configuration for HTML documents has now been added in the YAML schema for validation and autocompletion. This boolean value controls the inclusion of tabsets in the document (e.g whenminimal: true
is set).
Languages
- (#10141): Swiss German translation for Quarto UI text (credit: @rastrau)
This package has no dependencies.
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.