Skip to content

Commit

Permalink
update tutorial.md to latest "myst"
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 18, 2024
1 parent 38c8483 commit 2fe2001
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,28 @@ kernelspec:
language: python
name: python3

substitutions:
example: |
``````{card}
:class-header: sd-bg-dark sd-text-light
Example LABEL
^^^
`````{tab-set}
````{tab-item} YAML
:class-label: pt-0
```{literalinclude} ../examples/tutorial/example_LABEL.yaml
:language: yaml
```
````
````{tab-item} Drawing
:class-label: pt-0
%DRAWING_TAG
```{glue:} example_LABEL
```
````
`````
``````
myst:
substitutions:
example: |
``````{card}
:class-header: sd-bg-dark sd-text-light
Example LABEL
^^^
`````{tab-set}
````{tab-item} YAML
:class-label: pt-0
```{literalinclude} ../examples/tutorial/example_LABEL.yaml
:language: yaml
```
````
````{tab-item} Drawing
:class-label: pt-0
%DRAWING_TAG
```{glue:} example_LABEL
```
````
`````
``````
---

```{code-cell}
Expand Down

0 comments on commit 2fe2001

Please sign in to comment.