memos icon indicating copy to clipboard operation
memos copied to clipboard

Numbered lists should only happen if the number is only at the start, or after whitespace

Open limdingwen opened this issue 3 years ago • 1 comments

Screenshot 2022-08-26 at 14 24 31

Gives this result:

Screenshot 2022-08-26 at 14 24 35

I think numbered lists should only happen if the number is either at the start of the line, or has only whitespace before the number. I think this is a bug. What do you think?

limdingwen avatar Aug 26 '22 06:08 limdingwen

It's a bug at all. The memo content parser is simply written by myself which will only parse part of markdown syntax. And I'm going to find a better solution to fix these unwanted problems.

boojack avatar Aug 26 '22 11:08 boojack