-
Notifications
You must be signed in to change notification settings - Fork 212
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
Markdown checklists should not show bullets #1223
Comments
Interesting. However I often mix regular and task items in bulleted lists. That would look odd then, or there would have to be a special case for bulleted lists with just tasks. |
github implementation
When no task show bullet. |
Github seems to show a bulleted task with the syntax
(Actually in the posted comment it does not look as nice as in the preview so it might not be "official" syntax?) |
|
I also tend to think the checkboxes should not be preceded with the bullets while rendered. If we make such change, I would like to see some proper alignment of the items values (see below the poor's man vizualization to get the idea of what I mean; even GitHub have it wrong and ugly - we should do better 😃 ): The ordinary
will show up aligned nicely:
(Not sure how to achieve it. Perhaps throw some grid to it? Some CSS mastery is probably needed...) |
Sadly with the way CodeMirror generates HTML this may not be that easy to perfectly align, but worth a shot. |
The current markdown preview render is showing bullets:
↓↓↓
The bullets are hidden in most implementations, including GitHub, which is the original.
The text was updated successfully, but these errors were encountered: