Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/syntax/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ GET /mydocuments/_search

::::

### Code block substitutions

You can use substitutions to insert reusable values into your code block examples.
Check the [code blocks substitutions syntax](./substitutions.md#code-blocks) for more information.

## Inline code

Use backticks to create an inline code span.
Expand Down
Loading