Cheatsheet
Meta
| Type | Syntax |
|---|---|
| meta data | --- Tag: INFRA --- |
Tables
Fenced code blocks
Start with a line containing 3 or more backtick characters, and ends with the first line with the same number of backticks:
Formatting
| Type | Syntax |
|---|---|
| highlight | Use: Example: mkdocs-ew |
Admonitions
Use these codes to display texts in coloured boxes. The icons and the colours are defined by the applied theme.
Reusing content
To reuse a text block in multiple files:
- Create a folder "_resources".
- Create separate files for each reusable block.
- Reference to the respective file in "resources" from other files where the content is to be reused: --8<-- "folder/_resources/reusable_file"
Changelog
| Date | Author | Message |
|---|---|---|
| 2026-02-26 | aresnikowa | qc-0: How to reuse content |
| 2026-02-25 | aresnikowa | Merge remote-tracking branch 'origin/master' |




