From 7c3354a351b505798a2fa049e9a10a690dee5628 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Hor=C3=A1k?= <x400492@fi.muni.cz>
Date: Mon, 17 Feb 2025 16:37:53 +0100
Subject: [PATCH] Revert "improving editor markdown formatting"

This reverts commit 86c547909160ebacc6908d18f6b301fd2b3e6732
---
 docs/INJECT_process/prepare/editor.md | 27 ++++++++-------------------
 1 file changed, 8 insertions(+), 19 deletions(-)

diff --git a/docs/INJECT_process/prepare/editor.md b/docs/INJECT_process/prepare/editor.md
index 9218cd1..c8105f7 100644
--- a/docs/INJECT_process/prepare/editor.md
+++ b/docs/INJECT_process/prepare/editor.md
@@ -50,59 +50,48 @@ Before using the Editor, it's important to understand its current limitations to
 The Editor currently works with an older version of the [exercise definition](https://inject.pages.fi.muni.cz/inject-docs/tech/architecture/definitions/upgrade/) format (v0.13.0) than the one used by the Citadel platform (v0.14.0+). This means:
 
 **Supported features:**
-
-   - Basic exercise structures
-   - Most common features
+- Basic exercise structures
+- Most common features
 
 **Unsupported features:**
-
 - Newer platform capabilities
 - Multiple channels of the same type
 
 ### Milestone Management
-
-- While the Editor handles common milestone scenarios well, some advanced features are limited:
+While the Editor handles common milestone scenarios well, some advanced features are limited:
 
 **Supported Milestone Triggers:**
-
 - Learning activities
 - Standard injects
 - Tool responses
 - Email templates
 
 **Currently Unsupported:**
-
 - File download triggers
 - Arbitrary email conversation initiations
 - Complex milestone activation/deactivation patterns
 - Specific questionnaire answer triggers
 
 ### Other Considerations
-
 Some additional limitations to keep in mind:
 
-**Single Exercise Definition Focus**
-
+1. **Single Exercise Definition Focus**
    - You can work with only one exercise definition at a time
    - Saving and loading different exercise definitions requires manual file management
 
-**Role Management**
-
+2. **Role Management**
    - No direct support for role-based exercises
    - Roles need to be added manually after export
 
-**Compatibility with Existing Exercises**
-
+3. **Compatibility with Existing Exercises**
    - Some existing exercises may need restructuring to work with the Editor
    - Complex conditions might require simplification
 
-**Role Management**
-
+4. **Role Management**
    - No direct support for role-based exercises
    - Roles need to be added manually after export
 
-**Compatibility with Existing Exercises**
-
+5. **Compatibility with Existing Exercises**
    - Some existing exercises may need restructuring to work with the Editor
    - Complex conditions might require simplification
    
-- 
GitLab