Communication:
Invalid Markdown for Lists in Artemis
#9881
Labels
bug
communication
Pull requests that affect the corresponding module
lecture
Pull requests that affect the corresponding module
Description
It seems that Artemis currently adds the bullet point (•) directly as a text character instead of generating valid Markdown syntax for lists. This leads to issues where the following output is produced:
Instead of the proper Markdown format:
Artemis/src/main/webapp/app/shared/monaco-editor/model/actions/bulleted-list.action.ts
Line 4 in 83ac531
Expected Behavior
Lists in Artemis should be generated using valid Markdown syntax to ensure compatibility and proper rendering across all platforms
Actual Behavior
Artemis produces lists with the bullet point (•) embedded as plain text. This approach causes:
Steps to Reproduce
Environment
Artemis Version: 7.7.2
Platforms: Safari
Additional Notes
This issue likely affects all platforms (web, iOS, Android) and could lead to inconsistent behavior. As Markdown is widely used for formatting, generating invalid syntax should be avoided.
The text was updated successfully, but these errors were encountered: