MarkdownRender
MarkdownRender copied to clipboard
list item doesn't start on new line if inline code at end of previous list item
Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
Steps to reproduce
This does not render correctly:
1. `inline code`
2. item 2
3. item 3
* `inline code`
* item 2
* item 3
It renders like this:
Expected behavior
1. inline code
2. item 2
3. item 3
* inline code
* item 2
* item 3
Actual behavior
1. inline code2. item 2
3. item 3
* inline code* item 2
* item 3
Error details
No response
Environment data
Name Value
---- -----
PSVersion 7.3.0
PSEdition Core
GitCommitId 7.3.0
OS Microsoft Windows 10.0.19044
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
pwsh 7.3.0
Visuals
Expected behavior:
same issue