A comprehensive solution for convenient and efficient work with notes, snippets, clipboard, files, and other information that requires quick access via any device.
Note that there's an extra blank line before the 1st indented line. The extra lines also appears with unordered list.
The proper rendering should be:
First item
o Indented item
o Indented item
Second item
o Indented item
o Indented item
You can see the issue clearer on a phone vs the computer screen.
Curiously, if the ordered list is mixed with an unordered list, the extra lines problem disappear (but I want a correct list).
I have this markdown:
First item
Second item
which clipto rendered as:
First item
o Indented item o Indented item
Second item
o Indented item o Indented item
Note that there's an extra blank line before the 1st indented line. The extra lines also appears with unordered list.
The proper rendering should be:
First item o Indented item o Indented item
Second item o Indented item o Indented item
You can see the issue clearer on a phone vs the computer screen. Curiously, if the ordered list is mixed with an unordered list, the extra lines problem disappear (but I want a correct list).
i.e. this markdown:
clipto renders as: