Bug description
Variables in my _variable.yml file that are arbitrary markdown content are not interpreted as markdown when my .qmd file is rendered. The variable behaves as a simple string. My .qmd file is shown below.
---
title: Test
---
:::{.content-hidden when-format="revealjs"}
My content for HTML
{{< var slide.open >}}
My content for revealjs
{{< var slide.close >}}
My other content for HTML
:::
My _variable.yml has the following keys
slide:
open: |
:::
:::{.content-visible when-format="revealjs"}
close: |
:::
:::{.content-hidden when-format="revealjs"}
The rendered output looks like
Test
MODIFIED
Fr 2023-03-03 22:01
My content for HTML
::: :::{.content-visible when-format=“revealjs”}
My content for revealjs
::: :::{.content-hidden when-format=“revealjs”}
My other content for HTML
Is this the intended behavior? I've tried some other arbitrary markdown (e.g., **) and have yet to be successful. The documentation leads me to believe that any arbitrary markdown may be used, but that doesn't seem to be the case. Using links as provided in the example in the documentation seems to work, though.
I'm using Windows 10 with the 2022.12.0 Build 353 of RStudio, and the 1.3.208 version of quarto.
Checklist
Bug description
Variables in my _variable.yml file that are arbitrary markdown content are not interpreted as markdown when my .qmd file is rendered. The variable behaves as a simple string. My .qmd file is shown below.
My _variable.yml has the following keys
The rendered output looks like
Test MODIFIED Fr 2023-03-03 22:01 My content for HTML ::: :::{.content-visible when-format=“revealjs”} My content for revealjs ::: :::{.content-hidden when-format=“revealjs”} My other content for HTMLIs this the intended behavior? I've tried some other arbitrary markdown (e.g., **) and have yet to be successful. The documentation leads me to believe that any arbitrary markdown may be used, but that doesn't seem to be the case. Using links as provided in the example in the documentation seems to work, though.
I'm using Windows 10 with the 2022.12.0 Build 353 of RStudio, and the 1.3.208 version of quarto.
Checklist