quarto-dev / quarto-dev/quarto-cli
output-location: column does not work with tabsets
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 6k
- フォーク
- 458
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 41
説明
Hi,
I am not sure if this is a bug or a feature, although but I have not been able to find it documented nor in other bugs reports.
I have Quarto document with output format revealjs. I include in my code chunks the options echo: true and output-location: column (the same happens with column-fragment).
It works as expected when in a regular slide. But if the code chunk in under panel tabset the output is not shown in an adjacent column, but below the code. Here is an example
---
title: "test"
format: revealjs
---
## Works as expected
Code in the left and `4` shown in an adjacent column.
```{r}
#| echo: true
#| output-location: column
2 + 2
```
## Tabset
::: {.panel-tabset}
### Tab 1
First tab
### Tab 2
Here output `4` is shown below the code
```{r}
#| echo: true
#| output-location: column
2 + 2
```
:::
Not sure if relevant in this case, but for completeness, I am using RStudio 2022.07.02 (build 576) with knitr engine under Linux (Lubuntu 22.10).
Thanks a lot in advance!
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Start by reproducing the supplied document with the knitr engine and revealjs output, comparing the regular slide with the panel-tabset case. Trace how output-location: column and column-fragment are rendered inside tabsets. Done means code output appears in an adjacent column within both tabset and regular slides, with the existing example still working.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- frontend, web-dev
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100