A small apparent glitch with the Notes fieldtype in EE6.3.5. When text is italicised using markdown, it seems to be rendered with a line-break before and after. For example:

renders as expected:

But:

renders as:

The HTML generated for the note appears to be correct:
<p><em>Everything</em> is going according to <strong>plan</strong>.</p>
Perhaps there's some odd CSS here? Doesn't seem to be browser dependent — things are the same on Safari, Chrome and Firefox. I haven't seen any other odd markdown rendering, but haven't tested extensively.
A small apparent glitch with the Notes fieldtype in EE6.3.5. When text is italicised using markdown, it seems to be rendered with a line-break before and after. For example:
renders as expected:
But:
renders as:
The HTML generated for the note appears to be correct:
<p><em>Everything</em> is going according to <strong>plan</strong>.</p>Perhaps there's some odd CSS here? Doesn't seem to be browser dependent — things are the same on Safari, Chrome and Firefox. I haven't seen any other odd markdown rendering, but haven't tested extensively.