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

Formatting of mixed checklists and bulletpoints is non intuitive #233

Open
AJamesPhillips opened this issue Mar 23, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@AJamesPhillips
Copy link
Owner

AJamesPhillips commented Mar 23, 2023

Describe the bug

When mixing checklists and bullet points the whitespace needed to get the correct formatting is strange and non-intuitive

To Reproduce

Steps to reproduce the behavior:

  1. Create a component (node)
  2. Enter the following text in the description:
[x] ABC
  * 123
  * 456
[x] DEF
  [ ] 789
  [ ] 101
  [ ] 112
[ ] GHI
  1. In presenting mode this text is rendered as:

image

Expected behavior

The following rendered format is expected:
image

It it possible to achieve this by adding whitespace (see below for example text) but this is not intuitive:

[x] ABC
  * 123
  * 456

[x] DEF
- [ ] 789
  [ ] 101
  [ ] 112

[ ] GHI

It would also be preferable to have the indented checklists without needing to add the extraneous bulletpoint.

@AJamesPhillips AJamesPhillips added the bug Something isn't working label Mar 23, 2023
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