You might also try a CSS rule for UL and use "star indents" instead.

Here's the CSS: ul li {list-style-type: none;}

Here's the Markdown:

Key point sub-point sub-sub point

This gives me an outline view with full left justified indents.

I use this simple rule for giving talks/speeches. In preview I get perfect indents.

...dave