1. Do not add large binary files or high resolution images to the repository. See this valuable
All documentation is written in Markdown. Please keep things simple, i.e., avoid using fancy
document for [image optimization](https://web.dev/fast/#optimize-your-images).
Markdown dialects.
1.[Admonitions](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) may be
#### Brief How-To on Markdown
actively used, especially for longer code examples, warnings, tips, important information that
should be highlighted, etc. Code examples, longer than half screen height should collapsed
(and indented):
??? "Collapsed example"
```Bash
[...]
# very long example here
[...]
```
### Brief How-To on Markdown
| Purpose | Markdown | Rendered HTML |
| Purpose | Markdown | Rendered HTML |
|---|---|---|
|---|---|---|
...
@@ -75,198 +121,197 @@ should be highlighted, etc. Code examples, longer than half screen height should
...
@@ -75,198 +121,197 @@ should be highlighted, etc. Code examples, longer than half screen height should
| Internal link | `[Slurm page](../jobs_and_resources/slurm.md)` | [Slurm page](../jobs_and_resources/slurm.md)|
| Internal link | `[Slurm page](../jobs_and_resources/slurm.md)` | [Slurm page](../jobs_and_resources/slurm.md)|
| Internal link to section | `[section on batch jobs](../jobs_and_resources/slurm.md#batch-jobs)` | [section on batch jobs](../jobs_and_resources/slurm.md#batch-jobs) |
| Internal link to section | `[section on batch jobs](../jobs_and_resources/slurm.md#batch-jobs)` | [section on batch jobs](../jobs_and_resources/slurm.md#batch-jobs) |