From dd2a3a436a3bc6dbb2fc0617634b351eb89cb3ad Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 31 Aug 2022 13:11:10 +0200
Subject: [PATCH] Add missing code block starting ticks

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index 242996d96..825607f03 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -221,7 +221,9 @@ calling the actual software to do your computation).
 
 !!! example "Using temporary workspaces for I/O intensive tasks"
 
+    ```bash
     #!/bin/bash
+
     #SBATCH --partition=haswell
     #SBATCH --time=96:00:00
     #SBATCH --nodes=1
-- 
GitLab