AJamesPhillips / DataCurator

DataCurator enables you to map and understand complex systems before helping you plan, communicate and navigate successful interventions in them.
https://DataCurator.org
8 stars 1 forks source link

Formatting of mixed checklists and bulletpoints is non intuitive #233

Open AJamesPhillips opened 1 year ago

AJamesPhillips commented 1 year ago

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
  3. 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.