From 37970f162fa639e29dd5a8cfbf7347ceb0e858b9 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Thu, 22 Jul 2021 08:37:06 +0200 Subject: [PATCH] Highlight markdown --- doc.zih.tu-dresden.de/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc.zih.tu-dresden.de/README.md b/doc.zih.tu-dresden.de/README.md index 4c87fa1d9..d6597a977 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,11 @@ Line numbers can be added via srun a.out ``` +```` and specific Lines can be highlighted by using +```` markdown ```bash hl_lines="2 3" #!/bin/bash @@ -436,6 +439,7 @@ and specific Lines can be highlighted by using srun a.out ``` +```` ### Data Privacy and Generic User Name -- GitLab