Closed RupengWang closed 5 years ago
As a workaround, urlencode the image URI, i.e., in your case use images/fun%202.jpeg
instead.
This is expected. See https://spec.commonmark.org/0.29/#link-destination
TL;DR: enclose the link in angle brackets, e.g. ![fun2](<images/fun 2.jpeg>)
.
Note that older markdown-it releases did not implement this part of the spec correctly; update to latest markdown-preview-plus to get the latest-and-greatest.