Planet icon indicating copy to clipboard operation
Planet copied to clipboard

Spaces in image filename

Open livid opened this issue 2 years ago • 1 comments

There is a discrepancy between Ink and cmark-gfm.

Ink can accept spaces in image code like this:

![](Picture Name.png)

But cmark-gfm requires spaces to be escaped:

![](Picture%20Name.png)

Is this part of the cmark standard? Or is there anything we can configure?

livid avatar Aug 12 '22 06:08 livid

Now image code insertion has the same behavior as GitHub:

7dcdab5

livid avatar Aug 12 '22 06:08 livid