Apostrophe-space-apostrophe-space makes two bullets on one line

Testing version: 2.0 (10759)

What were you doing: Typed apostrophe, space, apostrophe, space, some characters, and then typed enter.

What feature did you use: Apostrophe for bullet list item

What happened: Both the two bullets for the first and the second depth are shown and it inherits(?) to the next line.

What did you expect to happen:
(1) The second bullet is not shown as a bullet but as an apostrophe; or
(2) It may work as only the second bullet remains, while the first one is not shown.

Try using the escape backslash \- before your second dash,
that should prevent this fron happening.
If you wanted indented (nested) bullet in your list, use the indent button instead:

Thanks for the preventive usage, but I’m still curious that the two-bullet display is buggy, acceptable or intended.

1 Like

It seems to behave in the same way here in the forum’s markdown editor:

Markdown in code block:

- bullet point
- - dash space dash space
- dash space
    - 4 spaces dash space 
    - same as above
- - dash space dash space
- - - dash space dash space dash space
- dash space

Markdown list parsed:

  • bullet point
    • dash space dash space
  • dash space
    • 4 spaces dash space (indented with 2 spaces works too)
    • same as above
    • dash space dash space
      • dash space dash space dash space
  • dash space
1 Like

Brilliant. Thanks.
Sorry that I didn’t try that by myself.

1 Like