Consider the following markdown content (which can by copy-pasted in the hello_world.rs example):
### Title
![Demo recording]()
### Some text
This is some text.
### Some other text
This is some other text.
The expected result would be to have the same spacing between all titles and their respective bodies.
The actual result is a missing space between the Some text title and the This is some text body:
This phenomenon disappears if the (empty) image is removed. Note that this is not related to the image failing to display. Here is the "real world" context where I identified this issue:
(Note the missing space after Logging your own data.)