Skip to content

Commit e06ce61

Browse files
committed
Edit docs
1 parent 480dcb6 commit e06ce61

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

docs/syntax/substitutions.md

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -175,55 +175,6 @@ cd elasticsearch-{{version}}/
175175
::::
176176

177177

178-
### MD code block with subs enabled
179-
180-
::::{tab-set}
181-
182-
:::{tab-item} Output
183-
184-
```bash subs=true
185-
echo "{{a-global-variable}}"
186-
```
187-
188-
:::
189-
190-
:::{tab-item} Markdown
191-
192-
````markdown
193-
```bash subs=true
194-
echo "{{a-global-variable}}"
195-
```
196-
197-
````
198-
:::
199-
200-
::::
201-
202-
### MD code block without subs enabled
203-
204-
::::{tab-set}
205-
206-
:::{tab-item} Output
207-
208-
```bash
209-
echo "{{a-global-variable}}"
210-
```
211-
212-
:::
213-
214-
:::{tab-item} Markdown
215-
216-
````markdown
217-
```bash
218-
echo "{{a-global-variable}}"
219-
```
220-
221-
````
222-
:::
223-
224-
::::
225-
226-
227178
## Inline code
228179

229180
Substitutions are also supported in inline code snippets using the `{subs=true}` syntax.

substitution-inline-code-demo.md

Whitespace-only changes.

0 commit comments

Comments
 (0)