## I'm submitting a... - Bug report ## Current behavior Code block in MarkdownTextBlock is merging with above line if it doesn't have a new line above it.  ## Expected behavior Code block should be displayed in new line even though it doesn't have a new line above it.  ## Minimal reproduction of the problem with instructions UWPCommunityToolkit \```XAML \<Grid/> \``` Use the above markdown in MarkdownTextBlock
I'm submitting a...
Current behavior
Code block in MarkdownTextBlock is merging with above line if it doesn't have a new line above it.
Expected behavior
Code block should be displayed in new line even though it doesn't have a new line above it.
Minimal reproduction of the problem with instructions
UWPCommunityToolkit
```XAML
<Grid/>
```
Use the above markdown in MarkdownTextBlock