diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index 4c87fa1d93ea1cec14583d7ad6b7d1b439faa296..68840115b1d1370230f3208ba9b591b875afa887 100644 --- a/doc.zih.tu-dresden.de/README.md +++ b/doc.zih.tu-dresden.de/README.md @@ -415,6 +415,7 @@ Use the following short codes within this project for consistency: Line numbers can be added via +```` markdown ```bash linenums="1" #!/bin/bash @@ -424,9 +425,23 @@ Line numbers can be added via srun a.out ``` +```` -and specific Lines can be highlighted by using +_Result_: +```bash linenums="1" +#!/bin/bash + +#SBATCH -N 1 +#SBATCH -n 23 +#SBATCH -t 02:10:00 + +srun a.out +``` + +Specific Lines can be highlighted by using + +```` markdown ```bash hl_lines="2 3" #!/bin/bash @@ -436,7 +451,19 @@ and specific Lines can be highlighted by using srun a.out ``` +```` + +_Result_: + +```bash hll_lines="2 3" +#!/bin/bash + +#SBATCH -N 1 +#SBATCH -n 23 +#SBATCH -t 02:10:00 +srun a.out +``` ### Data Privacy and Generic User Name