Skip to content

Commit 9de62e1

Browse files
authored
Merge pull request #12909 from rundel/shortcode_typo
Test file syntax fix - missing space before shortcode close
2 parents 9f6ade3 + 5821e96 commit 9de62e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-docs/feature-format-matrix/qmd-files/mermaid/document.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ format:
44
docusaurus-md: {}
55
---
66

7-
::: content-visible when-format="docusaurus-md"
7+
::: {.content-visible when-format="docusaurus-md"}
88
This works, but emits a fairly-wonky markdown and doesn't use Javascript rendering.
99
:::
1010

tests/docs/smoke-all/video/video-smoke-test.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ _quarto:
8888
{{< video https://www.youtube.com/embed/wo9vZccmqwc
8989
title="What is the CERN?"
9090
start="116"
91-
aspect-ratio="21x9">}}
91+
aspect-ratio="21x9" >}}
9292

9393
:::
9494

0 commit comments

Comments
 (0)