Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list item doesn't start on new line if inline code at end of previous list item #24

Open
3 tasks done
glenncarr opened this issue Dec 13, 2022 · 1 comment · May be fixed by #31
Open
3 tasks done

list item doesn't start on new line if inline code at end of previous list item #24

glenncarr opened this issue Dec 13, 2022 · 1 comment · May be fixed by #31

Comments

@glenncarr
Copy link

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • 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:
image

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:
image

@nopeless
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants