Programming Exercise shows wrong preview
See original GitHub issueDescribe the bug
The description field for programming exercises doesn’t show the correct preview in the following two cases:
- 1. Bug
To Reproduce:
Enter the following markdown
# Test
1. [task][Task Short Description](testCaseName){hintId1, hintId2}
2. [task][Task Short Description](testCaseName){hintId1, hintId2}
Result:
Expected behavior:
Two distinct lines.
- 2. Bug
To Reproduce:
Enter a long list of tasks
Result:
Expected behavior:
Banner shouldn’t be transparent.
Environment
- OS: Debian Buster - Browser: Mozilla Firefox - Version: 60.9.0esr (64-bit)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
SwiftUI previews stopped working e… | Apple Developer Forums
Reinstalling the simulator didn't seem to work, and the crash logs still show that it's using a device I deleted. Are the SwiftUI...
Read more >foundations-of-fitness-programming-quiz-preview.pdf
Designing Individualized Fitness Programs. 6. 1. Consultation and Discussion of Goals. 6. 2. Evaluate Health History Forms and Perform a Fitness Assessment.
Read more >Java Basics Exercises - Java Programming Tutorial
The following program computes and prints the factorial of n ( =1*2*3*...*n ). The program, however, has a logical error and produce a...
Read more >Exercise programs - Better Health Channel
Exercise programs are popular. There are gyms and other fitness providers with many different types of classes, exercise routines and equipment, catering to ......
Read more >Gophercises - Coding exercises for budding gophers
Preview image. Exercise Details & Source Code. Create a program to run timed quizes via the command line. Topics. strings channels goroutines flags...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Concerning 1:
I don’t think that there is a use case for two equivalent tasks. However, I try to report all bugs.
Concerning 2:
In the current version 3.8.6 of Artemis, this bug is still present. Markdown:
Result:
I think we agreed that bug 1 does not occur in normal use cases and is therefore not a priority.
Bug 2 has been fixed in #1102.