You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "All changes included in 1.9:\n\n## Regression fixes\n\n- ([#13396](https://github.com/quarto-dev/quarto-cli/issues/13396)): Fix `quarto publish connect` regression.\n\n## Dependencies\n\n- Update `esbuild` to 0.25.10\n- Update `deno` to 2.4.5\n"
75
+
"description": "All changes included in 1.9:\n\n## Regression fixes\n\n- ([#13396](https://github.com/quarto-dev/quarto-cli/issues/13396)): Fix `quarto publish connect` regression.\n- ([#13441](https://github.com/quarto-dev/quarto-cli/pull/13441)): Catch `undefined` exceptions in Pandoc failure to avoid spurious error message.\n\n## Dependencies\n\n- Update `esbuild` to 0.25.10\n- Update `deno` to 2.4.5\n\n## Formats\n\n### `gfm`\n\n- ([#13421](https://github.com/quarto-dev/quarto-cli/issues/13421)): Do not word-wrap titles in header.\n\n### `html`\n\n- ([#11929](https://github.com/quarto-dev/quarto-cli/issues/11929)): Import all `brand.typography.fonts` in CSS, whether or not fonts are referenced by typography elements.\n- ([#13413](https://github.com/quarto-dev/quarto-cli/issues/13413)): Fix uncentered play button in `video` shortcodes from cross-reference divs. (author: @bruvellu)\n- ([#13508](https://github.com/quarto-dev/quarto-cli/issues/13508)): Add `aria-label` support to `video` shortcode for improved accessibility.\n\n### `typst`\n\n- ([#13362](https://github.com/quarto-dev/quarto-cli/issues/13362)): Remove unused `blockquote` definitions from template.\n- ([#13452](https://github.com/quarto-dev/quarto-cli/issues/13452)): Wraps subfigure captions generated by `quarto_super()` in `block` function to avoid emitting `par` elements. (author: @christopherkenny)\n- ([#13474](https://github.com/quarto-dev/quarto-cli/issues/13474)): Heading font for title should default to `mainfont`.\n\n## `publish`\n\n### Confluence\n\n- ([#13414](https://github.com/quarto-dev/quarto-cli/issues/13414)): Be more forgiving when Confluence server returns malformed JSON response. (author: @m1no)\n"
Copy file name to clipboardExpand all lines: docs/output-formats/html-publishing.qmd
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ Here's a brief overview of the various supported services and when they might be
30
30
|[Quarto Pub](/docs/publishing/quarto-pub.qmd)| Publishing service for Quarto documents, websites, and books. Use Quarto Pub when you want a free, easy to use service for publicly available content. |
31
31
|[GitHub Pages](/docs/publishing/github-pages.qmd)| Publish content based on source code managed within a GitHub repository. Use GitHub Pages when the source code for your document or site is hosted on GitHub. |
32
32
|[Posit Connect](/docs/publishing/rstudio-connect.qmd)| Publishing platform for secure sharing of data products within an organization. Use Posit Connect when you want to publish content within an organization rather than on the public internet. |
33
-
|[Posit Cloud](/docs/publishing/posit-cloud.qmd)| Create data projects and publish results from your web browser. Use Posit Cloud when you want to organize all your static documents and interactive applications in one place. |
34
33
|[Netlify](/docs/publishing/netlify.qmd)| Professional web publishing platform. Use Netlify when you want support for custom domains, authentication, previewing branches, and other more advanced capabilities. |
35
34
|[Other Services](/docs/publishing/other.qmd)| Content rendered with Quarto uses standard formats (HTML, PDFs, MS Word, etc.) that can be published anywhere. Use this if one of the methods above don't meet your requirements. |
Copy file name to clipboardExpand all lines: docs/publishing/_providers.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
|[Quarto Pub](/docs/publishing/quarto-pub.qmd)| Publishing service for Quarto documents, websites, and books. Use Quarto Pub when you want a free, easy to use service for publicly available content. |
6
6
|[GitHub Pages](/docs/publishing/github-pages.qmd)| Publish content based on source code managed within a GitHub repository. Use GitHub Pages when the source code for your document or site is hosted on GitHub. |
7
7
|[Posit Connect](/docs/publishing/rstudio-connect.qmd)| Publishing platform for secure sharing of data products within an organization. Use Posit Connect when you want to publish content within an organization rather than on the public internet. |
8
-
|[Posit Cloud](/docs/publishing/posit-cloud.qmd)| Create data projects and publish results from your web browser. Use Posit Cloud when you want to organize all your static documents and interactive applications in one place. |
9
8
|[Netlify](/docs/publishing/netlify.qmd)| Professional web publishing platform. Use Netlify when you want support for custom domains, authentication, previewing branches, and other more advanced capabilities. |
10
9
|[Confluence](/docs/publishing/confluence.qmd)| Publishing platform for supporting team collaboration. Use Confluence to share documents in team Spaces. |
11
10
|[Hugging Face Spaces](/docs/publishing/hugging-face.qmd)| Publishing platform specializing in learning models and datasets. Use Hugging Face Spaces when you want to share Quarto documents together with associated machine learning models and/or datasets. |
0 commit comments