Online Editor

I also have a question about the online editor?

How do I get empty lines?

This is somehow not possible…

Where is the problem

Checked for spaces and also in Markdown.

Anyone have an idea?

Could you share your project so we can take a look? I think the issue lies with your project’s styling of the Typography component.

I would like to know this as well: how do I get empty lines in the online editor? Is there any news concerning this topic?

because Markdown treats multiple blank lines as one blank line, it’s a little tricky. One option is to switch to the raw markdown editor and add two line breaks with this code: <br /><br />

The online editor has a very strange behaviour when using code:
if I switch from raw markdown to the normal editor and back to the raw markdown, the code snippets change somehow and the output on the website gets corrupted.
Is this a bug???
Please watch the short video to see what I mean:

Here I used the code <br />, but the same thing happens with <br> , which I used to take in my former online CMS editor (Foundry, Alloy).

Besides this question I have a second question, related to this topic:

I would need the possibility to edit my cms markdown with code for empty lines, but as well with code for things like centered images or text, like so:
<p align="center">example text or header</p>

<p align="center">

<img src=image-path-name></p> 

Is this possible in the elements online editor?