That last gif definitely looks fishy.
Basically, though, per the Markdown spec: you never want to indent a paragraph unless it’s a code block. Indenting text as text really only works if the text is in a list.
# Demo heading
Some paragraph.
Another paragraph, indented. This will be rendered as code.