File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1212
1313Given the following code:
1414
15- ``` python exec="1" result="python"
16- print ( ' --8<-- "examples/normal.py"' )
15+ ``` python
16+ -- 8 < -- " examples/normal.py"
1717```
1818
1919And this * mkdocstrings* configuration:
@@ -35,8 +35,8 @@ Here is the rendered HTML: <!-- markdown-exec: hide -->
3535
3636Given the following code:
3737
38- ``` python exec="1" result="python"
39- print ( ' --8<-- "examples/notitle.py"' )
38+ ``` python
39+ -- 8 < -- " examples/notitle.py"
4040```
4141
4242And this * mkdocstrings* configuration:
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ permalink = "¤"
130130generic = true
131131[project .markdown_extensions .pymdownx .betterem ]
132132smart_enable = " all"
133+ [project .markdown_extensions .pymdownx .blocks .tab ]
134+ alternate_style = true
133135[project .markdown_extensions .pymdownx .caret ]
134136[project .markdown_extensions .pymdownx .details ]
135137[project .markdown_extensions .pymdownx .emoji ]
@@ -149,6 +151,11 @@ name = "python"
149151class = " python"
150152validator = " markdown_exec.validator"
151153format = " markdown_exec.formatter"
154+ [[project .markdown_extensions .pymdownx .superfences .custom_fences ]]
155+ name = " md"
156+ class = " markdown"
157+ validator = " markdown_exec.validator"
158+ format = " markdown_exec.formatter"
152159[project .markdown_extensions .pymdownx .tabbed ]
153160alternate_style = true
154161[project .markdown_extensions .pymdownx .tasklist ]
You can’t perform that action at this time.
0 commit comments