I can’t reproduce that behavior on mobile. Could you please provide the actual markdown used, enclosed in four bacticks before and after, so we can test with the same text?
## Lorem Ipsum
30.01.2023
- Lorem Ipsum
- Lorem Ipsum
- Lorem Ipsum
- Lorem Ipsum
## Lorem Ipsum2
30.01.2023
- Lorem Ipsum
- Lorem Ipsum
31.01.2023
- Lorem Ipsum
- Lorem Ipsum
01.02.2023
- Lorem Ipsum
- Lorem Ipsum
It looks nice, and I can’t see anything wrong with the markup at first glance. Had a little hickup with dates being indented, but it disappeared after the switch to/from reading view.
Have you tried the ancient hack of just restarting Obsidian?
Yes, the problem is persistent in my notes.
At the beginning I was sure it had to do with some plugin or css snippet but it seems to be a vanilla Obsidian thing since it also works that way in the sandbox vault.
Hmmm, I’m kind of at a loss then. What happens if you reduce the first list to two items, and increase one of the last lists to three or four items? Does the behavior change/shift to the list with only two items?
Finally, I get what you say about the sandbox vault, but could you also do the “Show debug info” to tell if you’re running on an old installer or something like that.
Thanks for testing anyway!
Maybe I should post to the bug forum.
This is my 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
Unfortunately not. Still the same behaviour. I also checked the markdown file in Notepad++ to see if there are any weird line returns or uneven indents present but that’s also not the case.
It’s a similar issue but not quite the same since I don’t use any checkboxes here.
Can you move the post to bug reports or should I post again there?
As shown below, forward slashes or hyphens work as dividers, and if you put a letter in front of the number it is no longer seen as a list and the formatting parses cleanly.
## Lorem Ipsum
30/01/2023
- Lorem Ipsum
- Lorem Ipsum
- Lorem Ipsum
- Lorem Ipsum
## Lorem Ipsum2
30/01/2023
- Lorem Ipsum
- Lorem Ipsum
31-01-2023
- Lorem Ipsum
- Lorem Ipsum
a01.02.2023
- Lorem Ipsum
- Lorem Ipsum
Want to clarify that neither are bugs—they are both cases of intended markdown behaviour. One may call it loose lists, or something else, but definitely not a bug. Thanks @anon63144152 for the explanation. Helps understand the technical better
I think it is as bug and has been accepted by the developers as being one:
I think the parser is reading the numbers at the start of a line followed by a period and interpreting that as a Markdown list without reading the rest of the line.
I assume this will be fixed with some coding magic.
Or perhaps the developers will say that dates (especially at the start of lines) should use forward slashes or hyphens as separators.