litemdview does not like a single quote
like ' that
options:
-h test
-k test
-i test
litemdview is troubled by the single quote and all the lines in formatted code paragaraph (after the quote) are rendered in single line because of that
In comparison, you can see it is rendered correctly on this very website.
Say you have that markdown:
# Test
This is a test
```
litemdview does not like a single quote
like ' that
options:
-h test
-k test
-i test
```
litemdview is troubled by the single quote and all the lines in formatted code paragaraph (after the quote) are rendered in single line because of that
In comparison, you can see it is rendered correctly on this very website.
Say you have that markdown:
Test
This is a test
litemdview is troubled by the single quote and all the lines in formatted code paragaraph (after the quote) are rendered in single line because of that
In comparison, you can see it is rendered correctly on this very website.