Lists are not previewd correctly when `-` or `+` exist in list item

Steps to reproduce

  • Create a list item using - or +. For example: - List Item
  • Then add - or + inside the list item. For example: - + List Item.
    editor_mode

Expected result

  • In preview mode, I expect the added + or - in the list item to be escaped and displayed as - or +.

Actual result

  • The preview mode is not escaping the added + or - and is displaying them as a list item.
    preview_mode

Environment

  • Operating system: Win 10
  • Obsidian version:
    0.11.3

Additional information

This is not a bug but hjow the markdown spec works
Escape the +

- + Item
1 Like