Markdown.Avalonia
Markdown.Avalonia copied to clipboard
Does not render nested lists properly.
In markdown, indentation is typically handled through the use of spaces or nested lists. This library does not do this properly.
Make a nested list:
Test
-
TesterTest: Testy Mc Testerson.
- 5a
- 10b
- 1c
This will render incorrectly in the application but renders properly in every other application I have tested it on. The issue being that the items 5a, 10b, 15c will be in line with TestTest and not indented as they should be.
11.0.3-a1 fixes this issue.