Skip to content

Commit

Permalink
content/sample-episode-myst: Fix the tabs driectives
Browse files Browse the repository at this point in the history
- I'm not sure why colon fences and backquote-fences don't work then
  embedded in each other.
  • Loading branch information
rkdarst committed Aug 11, 2024
1 parent 8f1f6d1 commit f74bf22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/sample-episode-myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import multiprocessing
directive within a list (note indention)
:::
:::{tabs}
````{tabs}
```{code-tab} py
import bisect
a = 1 + 2
Expand All @@ -71,7 +71,7 @@ a = 1 + 2
library(x)
a <- 1 + 2
```
:::
````
:::{discussion} This is a `discussion` directive
Discussion content.
Expand Down Expand Up @@ -178,7 +178,7 @@ learners (instructors often present from the same view.)
These tab synchronize with those above:
:::{tabs}
````{tabs}
```{code-tab} py
import cmath
a = 10 / 2
Expand All @@ -188,7 +188,7 @@ a = 10 / 2
library(x)
a <- 10 / 2
```
:::
````

:::{admonition} Advanced info that should be hidden
:class: dropdown
Expand Down

0 comments on commit f74bf22

Please sign in to comment.