You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
Consider the following markdown content (which can by copy-pasted in the
hello_world.rs
example):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 theThis 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
.)The text was updated successfully, but these errors were encountered: