Skip to content

Markdown syntax inside HTML tags now require double new lines to work #1927

@Voileexperiments

Description

@Voileexperiments

It used to be working fine, but now some old katas have description with broken formatting because they're doing something like this:

<p>
`Markdown`
</p>which would result in<p>`Markdown`</p>

While Markdown syntax inside HTML code needs to start with at least 2 new lines, like

<p>

`Markdown`</p>which would render properly:<p>`Markdown`</p>I'm not sure it's a Markdown rendering library bug or intended behaviour, but I've seen at least several old katas (mostly from myjinxin and matt c's) that is suffering from this problem. They need to be fixed.

Katas that I've fixed so far:

┆Issue is synchronized with this Clickup by Unito

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions