From 86c547909160ebacc6908d18f6b301fd2b3e6732 Mon Sep 17 00:00:00 2001
From: Martin Horak <horak.martin@fi.muni.cz>
Date: Mon, 17 Feb 2025 16:35:26 +0100
Subject: [PATCH] improving editor markdown formatting

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

diff --git a/docs/INJECT_process/prepare/editor.md b/docs/INJECT_process/prepare/editor.md
index c8105f7..9218cd1 100644
--- a/docs/INJECT_process/prepare/editor.md
+++ b/docs/INJECT_process/prepare/editor.md
@@ -50,48 +50,59 @@ 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:
 
-1. **Single Exercise Definition Focus**
+**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
 
-2. **Role Management**
+**Role Management**
+
    - No direct support for role-based exercises
    - Roles need to be added manually after export
 
-3. **Compatibility with Existing Exercises**
+**Compatibility with Existing Exercises**
+
    - Some existing exercises may need restructuring to work with the Editor
    - Complex conditions might require simplification
 
-4. **Role Management**
+**Role Management**
+
    - No direct support for role-based exercises
    - Roles need to be added manually after export
 
-5. **Compatibility with Existing Exercises**
+**Compatibility with Existing Exercises**
+
    - Some existing exercises may need restructuring to work with the Editor
    - Complex conditions might require simplification
    
-- 
GitLab