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
item2
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/>
Are there any other options? This feels like a bug to me.
Another thing that doesn't render is:
*
It renders as
*
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