Can't use tab to indent the first list item

Steps to reproduce

use tab to indent the first list item.

Expected result

The list item should be indented.

Actual result

The list item is transformed to an inline code.

Environment

  • Operating system: mac os 12.0.1
  • Debug info:
    SYSTEM INFO:
    Obsidian version: v0.13.19
    Installer version: v0.13.14
    Login status: logged in
    Catalyst license: none
    Insider build toggle: off
    Live preview: on
    Legacy editor: off
    Base theme: dark
    Community theme: none
    Snippets enabled: 0
    Safe mode: on

RECOMMENDATIONS:
none


Additional information

2022-01-10 15.03.15

Pressing the return key ‘⮐’ after the word ‘test’ is causing the problem. (Do you have to press return?) Can you press tab instead?

Angel

So long as you have a blank line above and below the list, you could try keying:

1.(tab)(space) 'test'

OR

(tab)1.(space) 'test'

Angel

That’s how markdown works. IF you a blank line above, if you indent you are creating a code block.

Is this right?

A tab in the help vault after an empty line following a list does not produce code.

Two tabs in the help vault after an empty line following a list does produce code.

A tab in the help vault after an empty line following a paragraph does produce code.

Thanks

Angel