We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca9e94 commit 0df7ee6Copy full SHA for 0df7ee6
mkdocs.yml
@@ -58,6 +58,8 @@ markdown_extensions:
58
- pymdownx.tasklist:
59
custom_checkbox: True
60
- pymdownx.tilde
61
+ - pymdownx.snippets:
62
+ base_path: "sources/shared"
63
plugins:
64
- search
65
- minify:
sources/reference/tutorial.md
@@ -117,11 +117,11 @@ when a certificate expires.
117
118
=== "JSON"
119
```json
120
- {!code/tutorials/a-simple-walkthrough/experiment.json!}
+ --8<-- "code/tutorials/a-simple-walkthrough/experiment.json"
121
```
122
=== "YAML"
123
```yaml
124
- {!code/tutorials/a-simple-walkthrough/experiment.yaml!}
+ --8<-- "code/tutorials/a-simple-walkthrough/experiment.yaml"
125
126
127
#### The Various Sections of an Experiment
0 commit comments