Skip to content
Snippets Groups Projects
Commit fdc55e13 authored by Bert Wesarg's avatar Bert Wesarg :keyboard:
Browse files

No space after start of multi line code block

parent ce5f63fe
No related branches found
No related tags found
2 merge requests!1164Automated merge from preview to main,!1156Improve `git-diff` usage and fix monikers
......@@ -307,7 +307,7 @@ highlighting. There is a complete list of supported
Specific Lines can be highlighted by using
```` markdown
````markdown
```bash hl_lines="2 3"
#!/bin/bash
......
......@@ -79,7 +79,7 @@ Use the variable `SCHEDULER_PARAMETERS` and define the same parameters you would
`SCHEDULER_PARAMETERS`. The `test-job-haswell` and `test-job-power9` are scheduled on the partition
`haswell` and partition `power9`, respectively.
``` yaml
```yaml
.test-job:
before_script:
- date
......
......@@ -319,7 +319,7 @@ further actions necessary.
For getting informed about the current status of OmniOpt or for looking into results, the evaluation
tool of OmniOpt is used. Switch to the OmniOpt folder and run `evaluate-run.sh`.
``` console
```console
marie@login$ bash </data/horse/ws/omniopt-workdir/>evaluate-run.sh
```
......
......@@ -62,7 +62,7 @@ system under test. SPEChpc 2021 has been deployed on the partitions `haswell`, `
No matter which one you choose as a starting point,
double-check the line that defines the submit command and make sure it says `srun [...]`, e.g.
``` bash
```bash
submit = srun $command
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment