We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f6ade3 + 5821e96 commit 9de62e1Copy full SHA for 9de62e1
2 files changed
dev-docs/feature-format-matrix/qmd-files/mermaid/document.qmd
@@ -4,7 +4,7 @@ format:
4
docusaurus-md: {}
5
---
6
7
-::: content-visible when-format="docusaurus-md"
+::: {.content-visible when-format="docusaurus-md"}
8
This works, but emits a fairly-wonky markdown and doesn't use Javascript rendering.
9
:::
10
tests/docs/smoke-all/video/video-smoke-test.qmd
@@ -88,7 +88,7 @@ _quarto:
88
{{< video https://www.youtube.com/embed/wo9vZccmqwc
89
title="What is the CERN?"
90
start="116"
91
- aspect-ratio="21x9">}}
+ aspect-ratio="21x9" >}}
92
93
94
0 commit comments