Line breaks

How can I force Joplin to insert extra line breaks? I've tried backslashes but they don't seem to work for me. I am wanting it like this:
item1

  • item1
  • item2
  • item3

item2

  • item1
    ...

But there is no line between "* item3" and "item2". I can use the
tag but it doesn't look as clean to me.

For additional line breaks / blank lines you have to use the HTML tag <br/>

1 Like

Are there any other options? This feels like a bug to me.

Another thing that doesn't render is:
*

  • text
    • subpoint1

It renders as
*

  • text
    • subpoint1

No this is markdown styling, and Joplin use markdown.
It is also in the Ritch Text editor currently so

I do not know what you wanted to show us or what does not work.

When you want to show code, please use code blocks, this will then not be rendered!
Three times ` then a new line, your code and in a last new line again three times `.

```
Your code gose here
```

D'oh! You're probably right though about it being a Markdown issue.

* 
* Item
* 
    * subpoint 1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.