Tabs render inconsistently

Steps to reproduce

* waffles
	- bla bla
		> blablabla
		Lol!

Expected result

Proper indents

Actual result

Obsidian bug

Environment

SYSTEM INFO:
	Obsidian version: v1.2.8
	Installer version: v1.2.8
	Operating system: Windows 10 Pro N 10.0.19045
	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: 3
	Plugins enabled: 0

@WhiteNoise
I am not sure it is the same issue.

Linked bug

* List
	* > Sub-list with quote
Expected result
  • List
    • Sub-list with quote

This does not render correctly.
This very forum, Github and various vscode markdown renderers render this correctly.
Tho reddit does not.


* List
	> List with quote
	LOL

This is an indented quote. It does not create a new list item. It is a quote on a new line, part of the list item above.
(Technically LOL should be part of the quote. But I kinda like the current behavior of putting it outside the quote.)

Expected result
  • List

    List with quote
    LOL

This bug (the one in this thread) is actually probably 2 bugs at once:

  1. It does not render tabs correctly.
  2. It does not render as the expected result above.