whistyun / Markdown.Avalonia

render markdown with Avalonia UI
MIT License
301 stars 24 forks source link

Indent Bullets with 2 spaces #160

Open vpenades opened 1 month ago

vpenades commented 1 month ago

I've noticed that when opening a mardown with indented bullets, the library expects at least 4 white spaces for a new level instead of 2 white spaces.

For example, in Github, this:

- Top Level
  - Level 1
    - Level 2
- Top Level

is shown as this:

But with the library it looks like this: