-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
s: question-answeredQuestion has been answered.Question has been answered.t: questionFurther information is requestedFurther information is requested
Milestone
Description
Bug description
When setting the chunk option results: "asis"
or output: "asis"
, the results are rendered in monospace, although I would expect them to be treated as raw HTML without any additional styling.
Steps to reproduce
---
title: Test
format: html
engine: knitr
filters:
- webr
---
```{webr-r}
#| results: "asis"
#| output: "asis"
#| context: "output"
cat('<em>This</em> is an example.\n')
```
Your environment
- Fedora 39
- Firefox 123.0.1
Quarto check output
quarto check
Quarto 1.4.551
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.1.11: OK
Dart Sass version 1.69.5: OK
Deno version 1.37.2: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.4.551
Path: /home/<USER>/bin/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (not installed)
Chromium: (not installed)
[✓] Checking LaTeX....................OK
Using: Installation From Path
Path: /usr/local/texlive/2022/bin/x86_64-linux
Version: 2022
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.12.2
Path: /usr/bin/python3
Jupyter: 5.7.1
Kernels: ir, python3
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.3.3
Path: /usr/lib64/R
LibPaths:
- /home/<USER>/R/x86_64-redhat-linux-gnu-library/4.3
- /usr/local/lib/R/library
- /usr/lib64/R/library
- /usr/share/R/library
knitr: 1.45
rmarkdown: 2.26
[✓] Checking Knitr engine render......OK
Metadata
Metadata
Assignees
Labels
s: question-answeredQuestion has been answered.Question has been answered.t: questionFurther information is requestedFurther information is requested