-
-
Notifications
You must be signed in to change notification settings - Fork 44k
Inconsistent parsing of Markdown in challenges #36879
Copy link
Copy link
Closed
Labels
scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.scope: tools/scriptsScripts for supporting dev work, generating config and build artifacts, etc.Scripts for supporting dev work, generating config and build artifacts, etc.
Description
Describe the bug
Markdown in challenge description and instruction sections is parsed differently if it does or does not follow an empty line.
To Reproduce
Steps to reproduce the behavior:
- Go to the markdown for any challenge
- Replace the description section with the following:
<section id='description'>
Line one `var`
Line two `var`
After empty line `var`
Second line after empty line `var`
After second empty line `var`
</section>Expected behavior
That the Markdown gets parsed the second way. Namely backticks become <code> tags and an empty line is needed to start a new paragraph
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.scope: tools/scriptsScripts for supporting dev work, generating config and build artifacts, etc.Scripts for supporting dev work, generating config and build artifacts, etc.
