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

Inline Code not working under rare circumstances #25

Open
elskewe opened this issue Sep 6, 2017 · 0 comments
Open

Inline Code not working under rare circumstances #25

elskewe opened this issue Sep 6, 2017 · 0 comments

Comments

@elskewe
Copy link

elskewe commented Sep 6, 2017

This

- Lorem `ipsum`
	- Lorem ipsum
- Lorem ipsum
	- Lorem ipsum
	
	=> Lorem ipsum

get's rendered as

  • Lorem `ipsum`

    • Lorem ipsum
  • Lorem ipsum

    • Lorem ipsum

    => Lorem ipsum

when it should be

  • Lorem ipsum

    • Lorem ipsum
  • Lorem ipsum

    • Lorem ipsum

    => Lorem ipsum

The indented non-list line at the end seems to break the parser.

@elskewe elskewe changed the title Inline Code not working when bullet point has sub-bullet Inline Code not working under rare circumstances Sep 6, 2017
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

No branches or pull requests

1 participant