Adding a blank line

How do I simply add a blank line? Thank you for helping.

Hi codeaporia,

Thank you for the question.
What do you mean a blank line?

You can learn about Markdown line breaks here:

Or try installing breaks plugin to break lines without needing spaces:

https://my.inkdrop.app/plugins/breaks

Hello, thank you for the answer. The problem is that line breaks don’t work in the second context seen in the picture. Is this normal?

Yes, that’s normal. Check out the CommonMark specifications:

https://spec.commonmark.org/0.29/

You have to write HTML like this to make a large blank space:

<div style="height: 100px"></div>
1 Like