From 2db2f6de2409639143821d552ca7065817bb0495 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20Schr=C3=B6der?=
 <fschroeder@techfak.uni-bielefeld.de>
Date: Fri, 19 Jan 2024 23:54:16 +0100
Subject: [PATCH] test literal code block

---
 overcooked_simulator/counters.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/overcooked_simulator/counters.py b/overcooked_simulator/counters.py
index 19fab245..e30b6ccd 100644
--- a/overcooked_simulator/counters.py
+++ b/overcooked_simulator/counters.py
@@ -7,16 +7,16 @@ on the counters are handled via the Counters. They have the task to delegate the
 environment class.
 
 Inside the item_info.yaml, equipment needs to be defined. It includes counters that are part of the interaction/requirements for the interaction.
-```yaml
-CuttingBoard:
-  type: Equipment
+Example::
 
-Sink:
-  type: Equipment
+    CuttingBoard:
+      type: Equipment
 
-Stove:
-  type: Equipment
-```
+    Sink:
+      type: Equipment
+
+    Stove:
+      type: Equipment
 
 The defined counter classes are:
 - `Counter`
-- 
GitLab