Skip to content
Discussion options

You must be logged in to vote

Not tested, but I would nest fenced divs.

::: {layout="[[1,1,1], [1,1,1]]"}

:::: {.fragment}

$$\alpha = \beta$$

$$\alpha < \beta$$

$$\alpha > \beta$$

::::

:::: {.fragment}

```{python}
plt.plot(range(3), range(3), 'r`)
```

```{python}
plt.plot(range(3), range(3), 'g')
```

```{python}
plt.plot(range(3), range(3), 'b')
```

::::
:::

Or maybe surely:

::: {layout="[[1], [1]]"}

:::: {layout="[1,1,1]" .fragment}

$$\alpha = \beta$$

$$\alpha < \beta$$

$$\alpha > \beta$$

::::

:::: {layout="[1,1,1]" .fragment}

```{python}
plt.plot(range(3), range(3), 'r`)
```

```{python}
plt.plot(range(3), range(3), 'g')
```

```{python}
plt.plot(range(3), range(3), 'b')
```

::::

:::

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RoyiAvital
Comment options

Answer selected by RoyiAvital
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
2 participants