Reading View Unordered List Rendering Bug

Steps to reproduce

Type the following markdown:

This is a list
- a
- b
- c
- d

0.5 percent of me is ...
- a
- v
- b

Expected result

The expected result would be what the preview mode rendered.
image

Actual result

However, in the reading view, the rendered result is different and buggy.

This is also a discrepancy between the live preview and the reading view.

Environment

  • Operating system: Windows 11
  • Debug info:
    SYSTEM INFO:
    Obsidian version: v1.1.9
    Installer version: v1.0.3
    Operating system: Windows 10 Pro 10.0.22623
    Login status: not logged in
    Insider build toggle: off
    Live preview: on
    Legacy editor: off
    Base theme: dark
    Community theme: none
    Snippets enabled: 0
    Restricted mode: on

RECOMMENDATIONS:
none


Additional information

If the second paragraph starts with a letter instead of a digit, the rendered result would be normal.

1 Like

Very interesting. This is a corner case not handled by the reader parser.

Escaping the period seems to work:

This is a list
- a
- b
- c
- d  

0\.5 percent of me is ...   
- a
- v
- b