Incorrect automatic numbering with ordered lists and blockquotes

hello good morning!

Steps to reproduce

  • create an ordered list, then below
  • create a blockquote and inside it create another ordered list
  1. bug
  2. bug
  1. bug
  2. bug

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

that the ordered list inside the blockquote starts with (1.):

  1. bug
  2. bug

Actual result

that the ordered list inside blockquote starts from (3.):

  1. bug
  2. bug

Environment

SYSTEM INFO:
Obsidian version: v1.8.9
Installer version: v1.8.9
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Language: es
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information:

screenshot of the problem:

I was not sure whether to open a new topic or reopen one that was in the bug graveyard

Separate numbered lists inherit the same numbering.

Curiously, the problem also exists in the new topics form.

thank you!

will be fixed 1.8.10. No ETAs

Here is a workaround that one can use before the new release:

  • intert at least 2 empty lines between two numbered list.
  • insert a space or a tab at the beginning of the last empty line will cheat the live preview mode, but does not work in the read mode.
  • inserting any text other than space, tab, it will work for both live preview mode and read mode.

Before

After

(space inserted, live preview mode is cheated)

(space inserted, read mode does not affected)

(text inserted, live preview mode is OK)

(text inserted, read mode is OK)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.