page_content stringlengths 0 46.9k | metadata dict |
|---|---|
### Bug description
Here's the error I was seeing.
```
(base) minimal: quarto publish --log-level debug confluence
Quarto v99.9.9
? Publish update to: › Add a new destination...
? Publish with account: › cwickham@gmail.com (https://cwickham.atlassian.net/)
[Confluence] [General] publish {
account: {
... | {
"assignee": "allenmanning",
"comments": 2,
"created_at": "2023-03-02T16:52:57Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4605,
"state": "closed",
"title": "Can't publish to top level ... |
With the latest `quarto-cli` on `main`, a gt table that contains a header does not get rendered correctly. Here is a minimal reproducible example that creates a 1x1 table in two ways: (1) without a header (*not* using the `tab_header()` function) (this renders correctly), and (2) with a header (using the `tab_header()`... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2023-03-02T16:16:12Z",
"creator": "rich-iannone",
"is_pull_request": false,
"labels": [
"upstream",
"tables"
],
"locked": false,
"milestone": "v1.3",
"number": 4603,
"state": "closed",
"title": "A gt table with header causes table to... |
### Bug description
For example, go to https://r4ds.hadley.nz/data-visualize.html#summary, scroll to the bottom and confirm `zenodo` exists in the text. But it's not found by search.
<img width="1130" alt="Screenshot 2023-03-02 at 10 02 11 AM" src="https://user-images.githubusercontent.com/5965649/222466328-baaf6b1... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-03-02T15:04:39Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4601,
"state": "closed",
"title": "Text in book footnotes not found in search",... |
### Bug description
Good morning Quarto crew!
Running on RStudio 2022.12.0+353 with Quarto 1.2.269 on Mac OSX
I would expect to be able to split up lists by providing a newline in between the list elements.
The [Quarto Markdown docs](https://quarto.org/docs/authoring/markdown-basics.html#lists) do not cover... | {
"assignee": "cwickham",
"comments": 4,
"created_at": "2023-03-02T14:45:03Z",
"creator": "jthomasmock",
"is_pull_request": false,
"labels": [
"documentation",
"enhancement"
],
"locked": false,
"milestone": "v1.4",
"number": 4600,
"state": "open",
"title": "Splitting up lists is not intu... |
This page https://quarto.org/docs/output-formats/html-basics.html#includes is out of date as only `include-in-header`, `include-before-body`, `include-after-body` should be used, with the `text:` sub field if needed
PDF doc is correct https://quarto.org/docs/output-formats/pdf-basics.html#latex-includes
@cwickha... | {
"assignee": "cderv",
"comments": 0,
"created_at": "2023-03-02T14:44:24Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "v1.3",
"number": 4599,
"state": "closed",
"title": "Fix HTML includes documentation to be the same as PDF",
... |
### Bug description
When I try to render the following on VSCode
```bash
---
title: "Untitled"
format: html
---
```{julia}
println()
```
I got
```
Quarto v1.3.235
ERROR: PermissionDenied: Permission denied (os error 13), mkdir '/run/user/1960/jt'
```
my setup
```
[✓] Checking versions of ... | {
"assignee": "cscheid",
"comments": 17,
"created_at": "2023-03-02T10:47:07Z",
"creator": "dpabon",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro",
"triaged-to",
"stale"
],
"locked": false,
"milestone": "v1.4",
"number": 4594,
"state": "closed",
"title": "ERROR: Permi... |
I have a similar problem (to #4510 maybe)
I am updating my syllabus which I prepared with Quarto using Rstudio. There was a hyperlink that wasn't working.
I changed it. But somehow, when I render the document, the following happens:
```
The filename, directory name, or volume label syntax is incorrect. (os e... | {
"assignee": "cderv",
"comments": 13,
"created_at": "2023-03-02T09:43:09Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro",
"windows",
"stale"
],
"locked": false,
"milestone": "v1.4",
"number": 4593,
"state": "closed",
"title": "Rendering issue be... |
STR
- Create a document
````
---
title: "Bug [Confluence] Callout Notes with inner code-blocks can cause errors. #4591"
---
::: callout-note
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
`<directory>/**`
:::
````
- Publish to confluence
Expected: No error and Inner code block is rendere... | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-03-02T09:05:30Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4591,
"state": "closed",
"title": "[Confluence] Callout No... |
Some Observable input elements do not follow the column layout inside `panel: input` blocks.
````
---
title: "input-col-test"
format: html
execute:
echo: false
---
# Heading
```{ojs}
//| panel: input
//| layout-ncol: 2
viewof is_a = Inputs.toggle({label: "A"})
viewof is_b = Inputs.toggle({label: "... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-03-01T21:41:24Z",
"creator": "petrbouchal",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": "v1.4",
"number": 4587,
"state": "open",
"title": "Column layout (e.g. `layout-ncol: ... |
### Bug description
In quarto v1.3.237 there is a bug (not present in v1.2.x) regarding how the date appears in the citation.
As a reprex, I have the following yaml:
```
title: "Citation date bug"
format: html
date: 2023-03-01
citation: true
```
In the generated citation, the bibtex part is fine, but for... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2023-03-01T21:16:43Z",
"creator": "EllaKaye",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4586,
"state": "closed",
"title": "Bug in v1.3.237 with citation date",
"url": "https://gi... |
### Bug description
```{r}
RStudio 2023.03.0-daily+70 "Cherry Blossom" Daily (236fd07b9b86d184ae614fffe20e44f8f2b1937b, 2023-01-09) for Windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2023.03.0-daily+70 Chrome/108.0.5359.62 Electron/22.0.0 Safari/537.36
```
For so... | {
"assignee": null,
"comments": 10,
"created_at": "2023-03-01T19:54:37Z",
"creator": "jkylearmstrong",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro"
],
"locked": false,
"milestone": "v1.3",
"number": 4585,
"state": "closed",
"title": "makeidx improperly referencing page numb... |
### Bug description
When defining both html and revealjs formats in the config (**_quarto.yml**), if format is not defined in individual qmd files, it gives this error:
```
ERROR: NotFound: No such file or directory (os error 2), rename '/home/user/Desktop/test/report.html' -> '/home/user/Desktop/test/_site/report... | {
"assignee": null,
"comments": 1,
"created_at": "2023-03-01T17:58:29Z",
"creator": "royfrancis",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "Future",
"number": 4583,
"state": "open",
"title": "ERROR: NotFound: No such file or directory (os error 2), rename"... |
### Bug description
## Step 1. Create book project
```bash
quarto create-project mybook --type book
```
## Step 2. Set `lang: zh` and add `appendices` in `_quarto.yml`
```yml
project:
type: book
lang: zh
book:
title: "mybook"
author: "Jane Doe"
date: "3/1/2023"
chapters:
- i... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2023-03-01T14:48:25Z",
"creator": "XiangyunHuang",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4578,
"state": "closed",
"title": "`lang: zh` doesn't translate Appendix to `附录` when ... |
### Bug description
Hi,
It appears despite running "quarto publish gh-pages --no-browse", the rendered code is staying in intermediate directory and not getting deployed/copied into gh-pages explicitly. Despite following the instructions from https://quarto.org/docs/publishing/github-pages.html
Thanks
### Check... | {
"assignee": null,
"comments": 9,
"created_at": "2023-03-01T04:36:33Z",
"creator": "ksasi",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro",
"publishing"
],
"locked": false,
"milestone": null,
"number": 4575,
"state": "closed",
"title": "quarto publish gh-pages --no-brows... |
### Bug description
Last tested using Quarto v1.3.234 on WSL2 (Ubuntu 22.04.1 LTS) and Windows 10, the test from issue #3901 https://github.com/quarto-dev/quarto-cli/blob/main/tests/docs/partition-cell-options/issue-3901.qmd results in the following error when running `quarto preview issue-3901.qmd --to html`:
```
... | {
"assignee": null,
"comments": 3,
"created_at": "2023-03-01T00:54:30Z",
"creator": "bvancil",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4573,
"state": "closed",
"title": "Unable to determine type for... error parsing yaml cell options",
"... |
Seems like a simple, good idea? | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-02-28T16:40:27Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "v1.3",
"number": 4567,
"state": "closed",
"title": "Report version on every `quarto` invocation",
"url":... |
How to put my css file in setting ,Because I want always to render my css file without the need to put him everytime in every new project
_Originally posted by @charbelnaser in https://github.com/quarto-dev/quarto-cli/issues/746#issuecomment-1447810749_
| {
"assignee": null,
"comments": 0,
"created_at": "2023-02-28T09:10:57Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": true,
"milestone": null,
"number": 4561,
"state": "closed",
"title": "[revealjs] Globally set css file in setting and not in each project ",
"url": "http... |
STR
- Create a quarto document with title "Title1"
- Publish to Confluence
- Rename the document to "Title2"
- Publish to Confluence
Expected: Page is renamed to "Title2"
Result: Page remains "Title1" | {
"assignee": "allenmanning",
"comments": 1,
"created_at": "2023-02-28T09:02:42Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4560,
"state": "closed",
"title": "Page title isn't updati... |
### Bug description
Hi,
I have a [website](https://pnrr.datibenecomune.it/) (the [repo](https://github.com/ondata/italian-public-sector-pnrr-data-guide)) in Italian, but the search tooltip is in English.
And it seems to me I do not have this label in `_language.yml`.
I'm using quarto 1.3.228 in Debian 11.
![im... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-02-28T08:21:32Z",
"creator": "aborruso",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4559,
"state": "closed",
"title": "Search tooltip label not in _language.yml",
"url": "htt... |
### Bug description
Rendering a quarto html document triggers iframe links to open in the default browser. This is slightly annoying but not terrible when embedding simple webpages, but embedding the reveal js quarto docs triggered 15+ tabs to open (the website page and all slides in the example deck).
The behavi... | {
"assignee": null,
"comments": 3,
"created_at": "2023-02-28T02:36:52Z",
"creator": "cynthiahqy",
"is_pull_request": false,
"labels": [
"bug",
"rstudio"
],
"locked": false,
"milestone": null,
"number": 4557,
"state": "closed",
"title": "Rendering should not open embedded iframe links",
... |
### Bug description
When adding check boxes with markdown style, it seems misaligned
```
Here comes the check boxes
- [ ] Check box 1
- [x] Check box 2
It doesn't seem to be aligned
::: {.callout-note}
## Let's see inside callout blocks
- [ ] Check box 1
- [x] Check box 2
It doesn't feel right...... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2023-02-28T02:02:29Z",
"creator": "brunomioto",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4556,
"state": "closed",
"title": "Misaligned check boxes",
"url": "https://github.com/quart... |
### Bug description
I'm using Quarto on an M1 Mac (13.1 (22C65)) inside VS Code (1.75.1).
Quarto version 1.2.335
The front matter of the document is:
```
format:
pdf:
toc: true
toc-depth: 2
number-sections: true
number-depth: 3
colorlinks: true
lof... | {
"assignee": "dragonstyle",
"comments": 10,
"created_at": "2023-02-28T01:37:45Z",
"creator": "Zuline",
"is_pull_request": false,
"labels": [
"bug",
"upstream"
],
"locked": false,
"milestone": "v1.4",
"number": 4555,
"state": "open",
"title": "Quarto 1.2.335 not respecting CSL \"entry-sp... |
I use RStudio to compile the following qmd file:
````yaml
---
title: "AAA"
author: "BBB"
format: pdf
toc: false
fontsize: "12"
pdf-engine: pdflatex
number-sections: true
colorlinks: true
# Where to place figure and table captions (top, bottom, or margin)
cap-location: bottom
code-line-numbers: true
... | {
"assignee": "cderv",
"comments": 3,
"created_at": "2023-02-27T18:40:11Z",
"creator": "timothee-bacri",
"is_pull_request": false,
"labels": [
"bug",
"pandoc-lua"
],
"locked": false,
"milestone": "v1.3",
"number": 4568,
"state": "closed",
"title": "pdf from qmd file, bug with fig.pos",
... |
Investigate if it is possible to disable page-level comments. Doing so can help prevent a case where a publish can remove these comments. | {
"assignee": "allenmanning",
"comments": 1,
"created_at": "2023-02-27T14:05:39Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence",
"research spike"
],
"locked": false,
"milestone": null,
"number": 4552,
"state": "closed",
"titl... |
Use the contents of an `index.qmd` document as the contents for the parent folder of a Confluence project.
- When the parent folder is first created, check to see if there is an immediate child `index.qmd` that can be used to populate it's `title` and body.
- When the child `index.qmd` is updated, also update the ... | {
"assignee": "cwickham",
"comments": 3,
"created_at": "2023-02-27T14:03:43Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4551,
"state": "closed",
"title": "[Confluence] \"Flat... |
### Bug description
Using Quarto 1.3.231 on Mac OS 13.2.1 i haven't yet gotten images to show up in my confluence post. Publishing via CLI in VSCode.
**HTML Rendering**

**HTML Rendering in Confluence (w... | {
"assignee": "allenmanning",
"comments": 3,
"created_at": "2023-02-27T10:33:56Z",
"creator": "henningsway",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4550,
"state": "closed",
"title": "No Im... |
STR
- Attempt to publish [Quarto Web](https://github.com/quarto-dev/quarto-web/tree/task/test-confluence)
Expected: Publishes without error
Actual: Sometimes we receive from Confluence a `REFUSED_STREAM` `stream error received: refused stream before processing any application logic`
https://httpwg.org/sp... | {
"assignee": "allenmanning",
"comments": 1,
"created_at": "2023-02-27T08:33:46Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4548,
"state": "closed",
"title": "Unneeded matching pages... |
### Bug description
Mermaid's output is affected by the code highlighting theme specified with `highlight-style` in the YAML options.
### Output (with bug)

### Expected output
 being vacuumed up as resources when they shouldn't.
Here is a repro from @cwickham : https://githu... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-02-26T12:42:52Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4544,
"state": "closed",
"title": "resource files can end up globing up outputs from other ... |
### Bug description
Hi,
I have a website (the [site](https://pnrr.datibenecomune.it/), the [repo](https://github.com/ondata/italian-public-sector-pnrr-data-guide)) in which I set `repo-actions: [edit, issue]`, and in which I set for some pages:
```
format:
html:
toc: false
```
For these pages (in ex... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2023-02-26T09:56:10Z",
"creator": "aborruso",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4543,
"state": "closed",
"title": "Action links in nav footer: wrongly rendered in mobile",
... |
### Bug description
When labeling figures, capitals in the label string cause the entire label to be unrecognized. "WARNING: Unable to resolve crossref @fig-data-weeeWho" Nothing in the documentation for references makes this appear to be expected behavior. This also impacts the numbering and captions. This behavior i... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2023-02-26T07:15:58Z",
"creator": "davidmvermillion",
"is_pull_request": false,
"labels": [
"bug",
"crossref",
"triaged-to"
],
"locked": false,
"milestone": "v1.4",
"number": 4542,
"state": "open",
"title": "Capitals in Figure la... |
### Bug description
The problem:
- I have tried multiple approaches to having an image on my website flushed left (or right) where my bio (long text start, long text stop) can wrap around it. I've tried kable as well, nothing.
*System Information*
IDE: R Studio [Version 2022.12.0+353 (2022.12.0+353)]
R Versio... | {
"assignee": null,
"comments": 0,
"created_at": "2023-02-26T01:10:09Z",
"creator": "sophiestrazie",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": true,
"milestone": null,
"number": 4540,
"state": "closed",
"title": "Issue Wrapping Text Around Image in Quarto (HTML Output)",
"ur... |
### Bug description
Hi,
didn't test on the latest nightly release, but
the issue is as follows:
trying to get google-analytics working on my quarto blog, but this doesn't get an influx of data.
If I investigate the site there is an error popping up which seems to me related to the tag implementation.
The issu... | {
"assignee": "dragonstyle",
"comments": 11,
"created_at": "2023-02-25T20:55:01Z",
"creator": "dschief001",
"is_pull_request": false,
"labels": [
"bug",
"needs-repro"
],
"locked": false,
"milestone": "v1.4",
"number": 4538,
"state": "closed",
"title": "Google Analytics tag integration - ... |
### Bug description
Using `quarto create` -> `project` from the RStudio terminal creates an RStudio project, but the project file ends in `.rproj`. There seem to be a lot of things that assume a capital R in `.Rproj`, the usethis package for one. Is there any reason this shouldn't be `.Rproj`?:
https://github.com/q... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-02-25T20:21:34Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4537,
"state": "closed",
"title": "`quarto create` from RStudio creates a project file with exte... |
### Bug description
I'm using Quarto v1.3.222 on macOS 13.2.1.
The simplest example I could find is a Jupyter notebook with a single cell with source:
```py
print("{[}")
```
Then run `quarto render` and hit the error:
```
Error running Lua:
/Applications/quarto/share/filters/qmd-reader.lua:83: malforme... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2023-02-25T07:16:48Z",
"creator": "seeM",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4535,
"state": "closed",
"title": "Lua error when cell output contains square brackets in braces",
"... |
### Bug description
Currently, cross references to chapters or section only display the chapter/section number. It would be nice to have the ability to display the title of the referenced chapter/section either in addition to or in place of its reference.
@cscheid
### Checklist
- [ ] Please include a minimal, fu... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-02-25T00:42:07Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug",
"crossref"
],
"locked": false,
"milestone": "v1.4",
"number": 4532,
"state": "open",
"title": "Feature request: Ability to show t... |
### Bug description
When I search for a word that is a crossref prefix, it appears as though it's not found. For example, in the image below the word "Chapter" shows up in Chapter 2, but it's not in the search results, even when I scroll down.
<img width="1538" alt="Screenshot 2023-02-24 at 7 32 37 PM" src="https:/... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-02-25T00:36:44Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug",
"crossref"
],
"locked": false,
"milestone": "v1.4",
"number": 4531,
"state": "open",
"title": "Words in crossref prefixes and sea... |
Suppose you have the following slide
````markdown
---
format: revealjs
---
## This is a veeeeeeeeeeeeeeeeerrrrryyyy loooooooooooooooooooooooooooonnnnngggggg title
```{r}
plot(cars, main = "Title is taking up a huge amount of space so the plot is tiny")
```
````
The result is a slide with a tiny plot a... | {
"assignee": "jjallaire",
"comments": 5,
"created_at": "2023-02-24T23:48:12Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"revealjs"
],
"locked": false,
"milestone": "v1.4",
"number": 4530,
"state": "open",
"title": "If slide title is long, its font should be ... |
### Bug description
If there's a merge conflict indicator in contents of `_freeze`, `quarto render` fails with a JSON error that is not very informative.
<img width="742" alt="Screenshot 2023-02-24 at 6 36 32 PM" src="https://user-images.githubusercontent.com/5965649/221321149-d992d559-8185-4e53-a5f7-d76e0f2dc13c.p... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2023-02-24T23:39:33Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4529,
"state": "closed",
"title": "Merge conflict indicators in contents of `_freez... |
### Bug description
I have a Quarto website a single page with the following `_quarto.yml`:
```yaml
project:
type: website
website:
title: "test-website"
navbar:
left:
- index.qmd
format: html
```
And the following `index.qmd`:
````markdown
This is page without a title.
And a ... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-02-24T23:34:36Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4528,
"state": "closed",
"title": "Title-less web page inherits code chunk opti... |
### Bug description
From default website template created with `quarto create`, editing `about.qmd` to include a `revealjs` format along with `output-file`:
```
---
title: "About"
format:
html: default
revealjs:
output-file: about-reveal.html
---
```
Then running:
```
quarto render
```
In ... | {
"assignee": null,
"comments": 0,
"created_at": "2023-02-24T22:36:06Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4526,
"state": "closed",
"title": "Malformed Links in Multi-format when `output-file` is provided",
"... |
### Bug description
Using template website created with `quarto create`, and editing YAML in `about.qmd` to specify a couple of formats:
````
---
title: "About"
format:
revealjs: default
pdf: default
---
````
I would expect if I hit RStudio's "Render Website" I would have `about.pdf` and `about.html` (R... | {
"assignee": "cscheid",
"comments": 1,
"created_at": "2023-02-24T22:27:31Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"bug",
"editors"
],
"locked": false,
"milestone": "v1.4",
"number": 4525,
"state": "open",
"title": "RStudio \"Render Website\" doesn't render all ou... |
To live alongside other posit cheatsheets: https://posit.co/resources/cheatsheets/?type=posit-cheatsheets&_page=1/
| {
"assignee": "cwickham",
"comments": 2,
"created_at": "2023-02-24T00:14:04Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "v1.4",
"number": 4520,
"state": "open",
"title": "Create a Quarto cheatsheet",
"url": "https://githu... |
https://quarto.org/docs/publishing/github-pages.html
There are three methods of publishing mentioned in Overview, but the page hierarchy makes it look like there are two, and the GitHub Action method in buried inside the Publish command.
<img width="161" alt="Screen Shot 2023-02-23 at 3 36 03 PM" src="https://use... | {
"assignee": "cwickham",
"comments": 0,
"created_at": "2023-02-23T23:37:40Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation",
"good-first-issue"
],
"locked": false,
"milestone": "v1.4",
"number": 4519,
"state": "open",
"title": "Fix section headings in GitH... |
https://quarto.org/docs/projects/quarto-projects.html#shared-metadata
Clarify that `format`'s aren't merged.
> So once an individual document defines a format it must define the complete list of formats it wants rendered (i.e. it is going into manual mode). | {
"assignee": "cwickham",
"comments": 0,
"created_at": "2023-02-23T23:01:09Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "v1.4",
"number": 4518,
"state": "open",
"title": "Add `format` special case to discussion of metadata ... |
### Bug description
I'm not sure if this issue belongs to `quarto` or `kableExtra`, but leaving the report here. Please let me know if this should be reported to `kableExtra`.
Please see below for reprex.
Edit: The issue is related to `pdf` output.
```
---
title: "test_quarto"
format: pdf
---
```
# Kn... | {
"assignee": "cscheid",
"comments": 4,
"created_at": "2023-02-23T22:19:32Z",
"creator": "matthewgson",
"is_pull_request": false,
"labels": [
"bug",
"crossref"
],
"locked": false,
"milestone": "v1.4",
"number": 4517,
"state": "open",
"title": "Subcaption issues with and without labels wi... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4455
<div type='discussions-op-text'>
<sup>Originally posted by **iuryt** February 21, 2023</sup>
Hi,
I am trying to write a multilingual web blog using Quarto. I think this software is amazing, but I am having trouble in defining different... | {
"assignee": null,
"comments": 2,
"created_at": "2023-02-23T21:02:22Z",
"creator": "iuryt",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "Future",
"number": 4516,
"state": "open",
"title": "Conditional metada for different profiles on a website",
"u... |
### Bug description
Observed with Quarto 1.3.217, but due to randomness I haven't reproduced it on any other version.
Using Ubuntu 20, Firefox 110.0, Chrome 110.0.05481.100
On any project, running `quarto preview` may very rarely result in a failure to display the page in the browser due to random selection of... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2023-02-23T19:47:32Z",
"creator": "MattF-NSIDC",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4514,
"state": "closed",
"title": "`quarto preview` can rarely run on restricted/unsafe ports... |
in `src/publish/common/publish.ts`, we currently use the full-buffer version of the crypto API, which requires loading the whole file into memory. We've had user trouble in the past with this and large files (understandably).
TIL that Deno has an extension of the web crypto api through their [standard library](https... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-02-23T19:30:56Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing"
],
"locked": false,
"milestone": "v1.4",
"number": 4513,
"state": "open",
"title": "publish: don't load entire file into m... |
### Bug description
```
$ quarto --version
1.3.217
```
I am on windows, and when trying to render a document with the following frontmatter
```yaml
title: "Example"
format:
confluence-html
```
I'm getting the following error:
```txt
ERROR: The filename, directory name, or volume label syntax is... | {
"assignee": "dragonstyle",
"comments": 17,
"created_at": "2023-02-23T15:38:09Z",
"creator": "m-legrand",
"is_pull_request": false,
"labels": [
"bug",
"windows",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4510,
"state": "closed",
"title": "Confluence ... |
### Bug description
I'm trying to incorporate the first example from this [site](https://plotly.com/python/sliders/) in a Quarto document that uses the knitr engine. The .qmd is here:
---
title: "test"
---
```{r}
1+1
```
```{python}
#| echo: false
import plotly.graph_objects as go
import nump... | {
"assignee": "cscheid",
"comments": 4,
"created_at": "2023-02-23T14:14:33Z",
"creator": "snhansen",
"is_pull_request": false,
"labels": [
"bug",
"upstream"
],
"locked": false,
"milestone": "v1.4",
"number": 4507,
"state": "open",
"title": "Plotly figure not rendered correctly with the k... |
Description:
Simple text shortcuts like :P don’t get rendered as emoji when published.
Steps to Reproduce:
Expected Result:
Actual Result:
| {
"assignee": "allenmanning",
"comments": 5,
"created_at": "2023-02-23T09:55:54Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4492,
"state": "open",
"title": "Add Emoji suppo... |
{
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:55:12Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4491,
"state": "open",
"title": "Add Support: Ta... | |
Confluence ignores %-based width styling when saving to CFT | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:53:49Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4490,
"state": "open",
"title": "Tables: Confluence igno... |
For an executable code chunk like
````
```{python}
#| label: tbl-planets
#| tbl-cap: Planets
from IPython.display import Markdown
from tabulate import tabulate
table = [["Sun",696000,1989100000],
["Earth",6371,5973.6],
["Moon",1737,73.5],
["Mars",3390,641.85]]
Markdown(tabulate... | {
"assignee": "allenmanning",
"comments": 3,
"created_at": "2023-02-23T09:52:47Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.4",
"number": 4489,
"state": "closed",
"title": "[Confluence] Executable... |
Confluence preview is using Flexbox layout.
Writer is rendering as Tables.
We should change the preview to use tables rather than Flexbox to make it more similar to the CSF rendering. | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:51:43Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4488,
"state": "open",
"title": "Preview: Figur... |
> You can write markdown that provides a distinct image file format depending on the target output format. To do this simply leave-off the extension, for example
Not yet supported, it currently doesn't append the extension.
```
<ac:image
ac:align="center"
ac:layout="center"
ac:alt=""
ac:src="... | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:50:13Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4487,
"state": "open",
"title": "Multi-format Figures do... |
{
"assignee": "allenmanning",
"comments": 2,
"created_at": "2023-02-23T09:49:15Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4485,
"state": "open",
"title": "`<small></small>` and `... | |
For documents with more advanced front matter (authors, abstract, etc...), how do these things related to publishing in Confluence?
Example super complicated front matter (that isn't realistic in this scenario, but illustrates a variety of possible document metadata):
```yaml
title: Short Paper
subtitle: A ... | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:46:18Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"publishing-confluence",
"research spike"
],
"locked": false,
"milestone": "Future",
"number": 4484,
"state": "open",
"title": "Topic: How D... |
from @ivelasq
Description:
I am not 100% sure if it's me or something about the posts, but Pages 1 and 2 from this [repo](https://github.com/ivelasq/quarto-confluence-testing) do not show up on Confluence.
Steps to Reproduce:
`quarto render`
`quarto publish confluence`
Expected Result:
All the pages g... | {
"assignee": "allenmanning",
"comments": 4,
"created_at": "2023-02-23T09:32:07Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": null,
"number": 4483,
"state": "closed",
"title": "Problems publishing posts... |
Problem: Confluence users will not know if a page has been published with Quarto or if it is a standard manual page. Currently, after a Quarto Confluence publish, all inline page comments will be deleted. This can lead to a poor experience of data loss.
With the Confluence APIs, is it possible to disable inline (... | {
"assignee": "allenmanning",
"comments": 2,
"created_at": "2023-02-23T09:30:00Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"publishing-confluence",
"research spike"
],
"locked": false,
"milestone": "v1.3",
"number": 4482,
"state": "closed",
"title": "[Spike] Can ... |
Using #4472 create a short code for Confluence Task lists | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:28:25Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4481,
"state": "open",
"title": "Task List Suppo... |
STR
1. Create a document with a non-closed BR `<br>` or image `<img ..>`
2. Publish to confluence
Expected: No Error
Result: Error publishing
work-around, close the element `<br/>` `<img/>`
This is because CSF requires valid XHTML and thus closing the void. | {
"assignee": "allenmanning",
"comments": 1,
"created_at": "2023-02-23T09:10:49Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": null,
"number": 4479,
"state": "closed",
"title": "Error when saving open Vo... |
Add support for page labels.
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels/#api-wiki-rest-api-content-id-label-get | {
"assignee": "allenmanning",
"comments": 0,
"created_at": "2023-02-23T09:08:39Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4478,
"state": "open",
"title": "[Confluence] La... |
Description:
Definition lists render in Confluence with a ton of white space which looks only so-so. This might just be confluence, so may just need to be closed if this isn't something we can really improve easily.
Steps to Reproduce:
````markdown
---
title: Test DL
---
Term
: This is the definition o... | {
"assignee": "allenmanning",
"comments": 2,
"created_at": "2023-02-23T09:05:34Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"bug",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4477,
"state": "open",
"title": "Consider Improving Defi... |
In terms of diagrams, we might be able to get these working by just adding mermaid-format: png to the format when we render for confluence? I could definitely be wrong about this though (more on mermaid options here: https://quarto.org/docs/authoring/diagrams.html#mermaid-formats) | {
"assignee": "allenmanning",
"comments": 2,
"created_at": "2023-02-23T09:01:11Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4476,
"state": "closed",
"title": "[Spike] Mermaid... |
Add Support: Citations & Bibliography Generation
https://rstudiopbc-sandbox-249.atlassian.net/wiki/spaces/QTCT/pages/39814701/Citations+Footnotes | {
"assignee": "allenmanning",
"comments": 4,
"created_at": "2023-02-23T08:57:36Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "Future",
"number": 4475,
"state": "open",
"title": "Add Support: Ci... |
Description:
Display warning if user doesn't have rights to change permissions
Steps to Reproduce:
1. Create a Confluence account where the user doesn't have rights to change permissions - a free account will work for this
2. Publish a quarto document using this account
Expected Result:
Check for rights to... | {
"assignee": "cwickham",
"comments": 0,
"created_at": "2023-02-23T08:52:06Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"documentation",
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4474,
"state": "closed",
"title":... |
Ok sounds great! A few places to look:
1) The entry point to the `quarto create project` type command is in `src/command/create/cmd.ts`. This supports creating different types of artifacts, so you’ll be most interested in project artifacts.
2) You can see how project artifacts are create in `src/command/create/ar... | {
"assignee": "cwickham",
"comments": 1,
"created_at": "2023-02-23T08:49:07Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"documentation",
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4473,
"state": "closed",
"title":... |
### Description
Add support for Confluence Raw Blocks that let's CSF just "pass-through" to Confluence.
### Steps to Reproduce
- Create the following quarto document
````
---
title: "Simple Doc - Confluence Raw Block"
format: native
---
```{=confluence}
<ac:task-list>
<ac:task>
<ac:task-... | {
"assignee": "cwickham",
"comments": 5,
"created_at": "2023-02-23T08:44:59Z",
"creator": "allenmanning",
"is_pull_request": false,
"labels": [
"documentation",
"enhancement",
"publishing-confluence"
],
"locked": false,
"milestone": "v1.3",
"number": 4472,
"state": "closed",
"title":... |
https://quarto.org/docs/prerelease/1.3/embed.html | {
"assignee": "cwickham",
"comments": 1,
"created_at": "2023-02-23T00:58:36Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "v1.3",
"number": 4471,
"state": "closed",
"title": "Review Jupyter Cell Embedding",
"url": "https://... |
### Bug description
I'm using Quarto 1.2.335 via conda-forge on Ubuntu 20 LTS. I'm not using the RStudio IDE, just editing with vi.
This is related to #4469 somewhat: I encountered these two separate problems trying to accomplish the same goal: Render a webpage which displays a list of links to RevealJS presentatio... | {
"assignee": null,
"comments": 5,
"created_at": "2023-02-22T23:59:58Z",
"creator": "MattF-NSIDC",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4470,
"state": "closed",
"title": "Render fails when specifying both `revealjs` and `html` formats i... |
### Bug description
Hello all, I'm a new Quarto user and have been having a great time. Thank you :heart:
I'm using Quarto 1.2.335 via conda-forge on Ubuntu 20 LTS. I'm not using the RStudio IDE, just editing with vi.
I've been building a presentation which consists of several `revealjs` slide decks, and I wan... | {
"assignee": "cscheid",
"comments": 17,
"created_at": "2023-02-22T23:46:37Z",
"creator": "MattF-NSIDC",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.4",
"number": 4469,
"state": "open",
"title": "`quarto preview` unexpected non-idempotent behavior",
"ur... |
Review and update: https://quarto.org/docs/prerelease/1.3/grid.html | {
"assignee": "cwickham",
"comments": 1,
"created_at": "2023-02-22T18:46:23Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": null,
"number": 4466,
"state": "closed",
"title": "Grid Customization Pre-release Highlight Docs",
"u... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/4358
<div type='discussions-op-text'>
<sup>Originally posted by **jimjam-slam** February 14, 2023</sup>
I've been playing around with [listing templates](https://quarto.org/docs/websites/website-listings-custom.html) and metadata listings. The... | {
"assignee": "cwickham",
"comments": 0,
"created_at": "2023-02-22T18:43:43Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "Future",
"number": 4465,
"state": "open",
"title": "Docs enhancement: options for listing templates an... |
See conversation at: https://github.com/quarto-dev/quarto-actions/issues/50#issuecomment-1431656051
> quarto-actions is definitely a place with a combination of high complexity, error-proneness and documentation issues. I wonder if it would make sense for us to redesign these docs in the future, and combine them bet... | {
"assignee": "cwickham",
"comments": 0,
"created_at": "2023-02-22T18:42:45Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "Future",
"number": 4464,
"state": "open",
"title": "Review GitHub Actions Docs",
"url": "https://git... |
Clarify `quarto render`will render all formats:
* https://quarto.org/docs/computations/r.html
```
quarto render document.qmd # defaults to html
```
```r
quarto_render("document.qmd") # defaults to html
```
On that page, this also needs updating:
> When using VS Code... | {
"assignee": "cwickham",
"comments": 0,
"created_at": "2023-02-22T18:36:44Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "v1.4",
"number": 4462,
"state": "open",
"title": "Clarify `quarto render` will render all formats, but... |
Blog Post version of https://quarto.org/docs/prerelease/1.3/confluence.html | {
"assignee": "cwickham",
"comments": 1,
"created_at": "2023-02-22T18:32:55Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": null,
"number": 4461,
"state": "closed",
"title": "Confluence Pre-release Blog post",
"url": "https:/... |
Review and update: https://quarto.org/docs/prerelease/1.3/confluence.html (once published) | {
"assignee": "cwickham",
"comments": 3,
"created_at": "2023-02-22T18:31:45Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": "v1.3",
"number": 4460,
"state": "closed",
"title": "Confluence Pre-release Highlight Docs",
"url": "... |
{
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-02-22T16:56:08Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.3",
"number": 4459,
"state": "closed",
"title": "Allow GitHub issues to point to different repo than edit this page"... | |
Blog Post version of https://quarto.org/docs/prerelease/1.3/multi-format.html | {
"assignee": "cwickham",
"comments": 1,
"created_at": "2023-02-22T03:56:31Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": null,
"number": 4454,
"state": "closed",
"title": "[Docs] Multi-Format Publishing: Blog Post",
"url":... |
Review and update: https://quarto.org/docs/prerelease/1.3/multi-format.html | {
"assignee": "cwickham",
"comments": 1,
"created_at": "2023-02-22T03:54:43Z",
"creator": "cwickham",
"is_pull_request": false,
"labels": [
"documentation"
],
"locked": false,
"milestone": null,
"number": 4453,
"state": "closed",
"title": "[Docs] Multi-Format Publishing: Pre-release Highligh... |
### Bug description
If you have python 3.6.9 for example quarto will error with the error message:
```
module 'asyncio' has no attribute 'get_running_loop'
```
You can reproduce it by installing it in a virtual environment and executing `quarto check`:
```
$quarto check
[✓] Checking Quarto installation......OK
... | {
"assignee": null,
"comments": 1,
"created_at": "2023-02-22T01:58:18Z",
"creator": "zippeurfou",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 4452,
"state": "closed",
"title": "Quarto does not work with python 3.6",
"url": "https://github.com/quarto-dev/... |
### Bug description
Latex isn't rendering correctly with a `\text{#}` character using either Katex or Mathjax.
`file.qmd`:
```
---
jupyter: python3
---
This is a test
$$
w_{\color{orange}{\text{current node #}}}
$$
or this: $a \text{#} b$
```
which was generated from a simple `.ipynb` file whic... | {
"assignee": null,
"comments": 1,
"created_at": "2023-02-21T21:29:39Z",
"creator": "diego898",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4450,
"state": "closed",
"title": "Latex isn't rendering correctly with a \\text{#} character in either... |
### Bug description
**Problem:**
When including a remote image (from a web URL) inside a (q)md file, the rendering to latex/pdf with quarto fails, but works just fine when directly using pandoc.
**Minimum working example:**
File `issue_remote_image.qmd`:
```
---
title: Test using a remote image in a markdo... | {
"assignee": null,
"comments": 5,
"created_at": "2023-02-21T09:49:28Z",
"creator": "gdurif",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4443,
"state": "closed",
"title": "Problem with remote images when converting to latex/pdf (works with pa... |
I've recently delved into template partials for PDFs (Latex). When having a template partial for `before-body.tex` and the yaml parameter `code-block-bg` set, the `Shaded` environment is not renewed, as in the `\renewenvironment` is not called.
I've manually added this block into my `before-body`-template and fixed ... | {
"assignee": "dragonstyle",
"comments": 2,
"created_at": "2023-02-21T09:38:57Z",
"creator": "joelvonrotz",
"is_pull_request": false,
"labels": [
"needs-repro"
],
"locked": false,
"milestone": null,
"number": 4445,
"state": "closed",
"title": "before-body.tex requires renewal of Shaded-envir... |
### Bug description
When switching from Source Mode to Visual Mode, Quarto replaces all the footnote identifiers chosen by the user and replaces them with numbers.
The problem is best explained with this video:
[Screencast.webm](https://user-images.githubusercontent.com/101060148/220174374-2613bc7b-c2c7-4668-896... | {
"assignee": null,
"comments": 1,
"created_at": "2023-02-20T18:08:06Z",
"creator": "magical-heyrovsky",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 4439,
"state": "closed",
"title": "VS Code extension: Switching to Visual Mode replaces footno... |
I've created a gadget for editing probability distributions.
This seems to work in inside of a Rmarkdown document.
```{r gadgetInRmd}
gadget <- MakeRegressionGadget(node)
shiny::shinyApp(gadget$ui,gadget$server,options(height=2000))
```
However, I'm trying to move this into a qmd document. Here is my attem... | {
"assignee": "cscheid",
"comments": 2,
"created_at": "2023-02-20T17:28:20Z",
"creator": "ralmond",
"is_pull_request": false,
"labels": [
"needs-repro"
],
"locked": false,
"milestone": null,
"number": 4437,
"state": "closed",
"title": "Including Shiny Gadgets in a Quarto Page",
"url": "htt... |
### Bug description
The following qmd file:
```
---
format: html
---
{#fig-elephant}
This is illustrated well by @fig-elephant.
```
after rendering results in a notebook with a single markdown cell with this content:
```
#
 compliant. I did some googling, and found a great explanation a... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-02-19T15:09:47Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "v1.4",
"number": 4426,
"state": "open",
"title": "Support PDF/A-compliant output using pdfx packag... |
### Bug description
As stated in the title, `code-fold` works for other code chunks but not for `mermaid`.
````md
---
title: "Mermaid code-fold"
format: html
---
```{mermaid}
%%| echo: true
%%| code-fold: true
%%| code-summary: "Show code"
flowchart LR
id1{{This is the text in the box}}
```
`... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2023-02-18T20:31:55Z",
"creator": "jakub-jedrusiak",
"is_pull_request": false,
"labels": [
"bug",
"mermaid"
],
"locked": false,
"milestone": "v1.3",
"number": 4423,
"state": "closed",
"title": "code-fold doesn't work for mermaid code... |
### Bug description
* Mac OS 12.6.3.
* Latest Quarto downloaded a few minutes ago by pulling and building locally.
* Behavior checked on Safari, Chrome and Firefox, and behavior is the same.
* Running Quarto from the command line
* Complete repo is [here](https://github.com/bryanhanson/CSR) and the page with the... | {
"assignee": "cscheid",
"comments": 8,
"created_at": "2023-02-18T16:50:51Z",
"creator": "bryanhanson",
"is_pull_request": false,
"labels": [
"bug",
"mermaid"
],
"locked": false,
"milestone": "v1.4",
"number": 4421,
"state": "open",
"title": "Mermaid diagram color scheme and formating no... |
### Bug description
I am trying to include the output of {pointblank} validation, which is a complex HTML table based on {gt}. A reprex qmd file looks like this:
````md
---
title: "Untitled"
format: html
---
```{r setup}
library(pointblank)
```
```{r}
mtcars |>
create_agent() |>
interrogate()
... | {
"assignee": "rich-iannone",
"comments": 3,
"created_at": "2023-02-18T11:51:28Z",
"creator": "petrbouchal",
"is_pull_request": false,
"labels": [
"bug",
"tables"
],
"locked": false,
"milestone": "v1.4",
"number": 4419,
"state": "closed",
"title": "Quarto discards complex HTML table elem... |
### Bug description
Using `hash-type: number` misaligns the title slide on revealjs. Reprex:
````qmd
---
title: Test
subtitle: Test
author: Test
institute: Test
date: today
format:
revealjs:
hash-type: number # "title" works fine
---
````
Version with `hash-type: number`
 for Windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2022.12.0+353 Chrome/102.0.5005.167 Electro... | {
"assignee": "cscheid",
"comments": 2,
"created_at": "2023-02-18T00:25:04Z",
"creator": "victorfeagins",
"is_pull_request": false,
"labels": [
"bug",
"crossref"
],
"locked": false,
"milestone": "v1.4",
"number": 4415,
"state": "open",
"title": "Images not following global figure alignme... |
Take this document
````markdown
---
format: gfm
---
::: {.content-visible when-format="gfm"}
Should be shown
:::
Some other text
````
This will not work because our `gfm` format is build on `commonmark`.
https://github.com/quarto-dev/quarto-cli/blob/8ad60b0cf6990c34afc20b3e04609496793406d3/src/forma... | {
"assignee": "cscheid",
"comments": 11,
"created_at": "2023-02-17T16:40:00Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.4",
"number": 4411,
"state": "open",
"title": "Conditional content should alias the user facing format name",
... |
Following #4099 merge where everything was running fine, it seems that restoring renv environment fail now in new main (probably because something changed and no cache).
Look to solve this
See error
https://github.com/quarto-dev/quarto-cli/actions/runs/4203756760/jobs/7293552958#step:12:792 | {
"assignee": "cderv",
"comments": 0,
"created_at": "2023-02-17T12:44:54Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 4405,
"state": "closed",
"title": "[GHA] Fix issue with new windows workflow",
"url": "https://github.com/quarto-d... |
### Bug description
@jonthegeek noticed that when searching for "ht" in https://devdevguide.netlify.app/ he was redirected to a non-existing page immediately.
I was able to reproduce the bug with a minimal example https://github.com/maelle/search-bug
In https://github.com/maelle/search-bug/blob/main/summary.qmd... | {
"assignee": "dragonstyle",
"comments": 0,
"created_at": "2023-02-17T12:42:50Z",
"creator": "maelle",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4404,
"state": "closed",
"title": "Search bug when the search index contains HTML code for a r... |
### Bug description
I'm trying to have boldface symbols in a math equation. `mathbf` works as it should, but `boldsymbol` or `bm` does not work.
```
---
title: "Test"
format:
pdf:
include-in-header:
text: |
\usepackage{amsmath}
latex-auto-install: true
---
$$\boldsymbol{F}^* = \b... | {
"assignee": "dragonstyle",
"comments": 8,
"created_at": "2023-02-17T12:35:23Z",
"creator": "koehlerson",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 4403,
"state": "closed",
"title": "Boldface in equations",
"url": "https://github.com/qu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.