Currently being addressed by #4684.
Describe the bug
Line breaks are rendered incorrectly for Markdown tiddlers if breaks is false. That is, <br> appears when <br> is meant to be absent; <br> is absent when <br> is meant to be present.
To Reproduce
Steps to reproduce the behavior:
breaks setting is false for the Markdown plugin.<br> present in the _MarkdownExample_ tiddler by inspecting the source code of the page (although it can be noticed by eye too).<br>.I have observed the same behaviour for Markdown tiddlers on my own TiddlyWiki (running on a Node.js server).
Expected behavior
Based on what I understand of the breaks setting for Remarkable, since breaks is false, there should have been no <br> within any one paragraph in the _MarkdownExample_ tiddler, and adding the two spaces should have introduced a <br>.
Screenshots
Using the preview pane to get everything on one screen. (There are two spaces after This page offers a brief overview of what it's like to use Markdown..)

Desktop (please complete the following information):
Additional context
N/A
I can confirm the issue. We will have a closer look.
Weird how we found this issue separately in the same week.
I probably should have just said I have PR fix standing by.
This was resolved in #4684 and be closed @flibbles @Jermolene
Thanks @saqimtiaz @flibbles
Most helpful comment
I probably should have just said I have PR fix standing by.