We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The way check boxes are typically work is
- [ ] unchecked item - [x] checked item
However, check boxes are rendering with bullets.
To Reproduce Steps to reproduce the behavior:
- [ ] unchecked item
- [x] checked item
Expected behavior Check boxes should not have bullets
Screenshots
Version information
Additional context First experienced this in Standard Notes, but it's reproducible using https://easymde.tk/
The text was updated successfully, but these errors were encountered:
This is a bug with marked.js, which EasyMDE uses for its rendering. You should make this bug there and use their demo
Sorry, something went wrong.
See comment on markedjs/marked#1667
890c725
Have a look on https://easymde.tk/next to see what check boxes look like now.
No branches or pull requests
Describe the bug
The way check boxes are typically work is
However, check boxes are rendering with bullets.
To Reproduce
Steps to reproduce the behavior:
- [ ] unchecked item
or- [x] checked item
Expected behavior
Check boxes should not have bullets
Screenshots
Version information
Additional context
First experienced this in Standard Notes, but it's reproducible using https://easymde.tk/
The text was updated successfully, but these errors were encountered: