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

[EE6] Minor glitch in rendering of markdown in Notes fieldtype #2248

Closed
PaulBaileyAtChan opened this issue Aug 11, 2022 · 0 comments · Fixed by #2252
Closed

[EE6] Minor glitch in rendering of markdown in Notes fieldtype #2248

PaulBaileyAtChan opened this issue Aug 11, 2022 · 0 comments · Fixed by #2252

Comments

@PaulBaileyAtChan
Copy link

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:

Screen Shot 2022-08-10 at 7 27 55 PM

renders as expected:

Screen Shot 2022-08-10 at 7 28 38 PM

But:

Screen Shot 2022-08-10 at 7 29 33 PM

renders as:

Screen Shot 2022-08-10 at 7 30 13 PM

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant