Skip to content

Instantly share code, notes, and snippets.

@bast
Created April 20, 2021 13:00
Show Gist options
  • Save bast/5d915ff293640a89364697afcdc323ca to your computer and use it in GitHub Desktop.
Save bast/5d915ff293640a89364697afcdc323ca to your computer and use it in GitHub Desktop.
Nested literalincludes
# Sample episode in MyST Markdown
``````{challenge} some challenge
`````{tabs}
````{tab} some tab
```{literalinclude} conf.py
:language: python
:emphasize-lines: 5-10
:linenos:
```
````
````{tab} another tab
```{literalinclude} conf.py
:language: python
:emphasize-lines: 5-10
:linenos:
```
````
`````
``````
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment