Dates (numbers with periods) get parsed as list items

In the following minimal example, the dates are displayed indented and lists are shown as loose lists while they should be tight.

This is on Obsidian 1.1.9 on Windows and doesn’t seem to be a consistent bug across platforms.

Numbers with periods seem to be parsed as ordered list items, even if there is no space following the period.

See discussion in this thread.

## Lorem Ipsum

30.01.2023

- Lorem Ipsum
- Lorem Ipsum

## Lorem Ipsum2

30.01.2023

- Lorem Ipsum
- Lorem Ipsum

31.01.2023

- Lorem Ipsum
- Lorem Ipsum

Steps to reproduce

Use the markdown text from the example above and switch to Reading view.

Expected result

The date paragraphs shouldn’t be indented and spaces between list items should be consistent and tight.

Actual result

Environment

  • Operating system: Windows 10 Enterprise 10.0.19043
  • Debug info:
SYSTEM INFO:
	Obsidian version: v1.1.9
	Installer version: v1.1.9
	Operating system: Windows 10 Enterprise 10.0.19043
	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: off
	Plugins installed: 0
	Plugins enabled: 0

RECOMMENDATIONS:
	none

Additional information

Replacing the periods in dates solves the issue.

thanks