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

Error parsing lines that start with * (but are not lists - such as bold etc.) #2

Open
mc738 opened this issue Nov 6, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mc738
Copy link
Owner

mc738 commented Nov 6, 2021

There is an error parsing lines like:

***Test*** line.

Error:

Renders the content as a ol block, not a p with a span.

Cause:

Needs investigation, thought mostly a missing check for space after * when parsing lines.

Solution:

  • Add test.
  • Add check for space are * when parsing lines.

Workaround:

None currently.

@mc738 mc738 changed the title Error parsing lines that start with * (but are not lists - such as bold etc. Error parsing lines that start with * (but are not lists - such as bold etc.) Nov 6, 2021
@mc738 mc738 self-assigned this Oct 10, 2022
@mc738 mc738 added the bug Something isn't working label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant