Created
April 20, 2021 13:00
-
-
Save bast/5d915ff293640a89364697afcdc323ca to your computer and use it in GitHub Desktop.
Nested literalincludes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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