Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication: Invalid Markdown for Lists in Artemis #9881

Open
JanaNF opened this issue Nov 27, 2024 · 0 comments
Open

Communication: Invalid Markdown for Lists in Artemis #9881

JanaNF opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
bug communication Pull requests that affect the corresponding module lecture Pull requests that affect the corresponding module

Comments

@JanaNF
Copy link

JanaNF commented Nov 27, 2024

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:

• Item 1  
• Item 2 

Instead of the proper Markdown format:

- Item 1  
- Item 2  

image (1)
image

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:

  • Compatibility issues, particularly on iOS and Android.
  • General rendering problems in Markdown-compliant tools.

Steps to Reproduce

  1. Create a list in Artemis.
  2. Observe the output format in the preview or exported text.
  3. Notice the use of the • character instead of Markdown-compatible list syntax.
  4. In the iOS app you can see that it did not got formatted (see screenshot)

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.

@JanaNF JanaNF added the bug label Nov 27, 2024
@github-actions github-actions bot added communication Pull requests that affect the corresponding module lecture Pull requests that affect the corresponding module labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug communication Pull requests that affect the corresponding module lecture Pull requests that affect the corresponding module
Projects
None yet
Development

No branches or pull requests

2 participants