MoeMemos icon indicating copy to clipboard operation
MoeMemos copied to clipboard

Markdown Image Not Rendered Correctly

Open gitkeniwo opened this issue 2 years ago • 0 comments

When using the md syntax to include images by external links, you have to leave an extra blank line between your text and ![](linktoimage.jpg) for it to render correctly, otherwise you will get this gigantic picture instead as is shown in the following example.

In the first memo, the source is like

Test 
![](https://assets-prd.ignimgs.com/2022/12/29/bocchi-blogroll-1672352846343.jpg)

without extra blank line and it came out wrong. After adding this blank line in the second memo, the picture came out right.

Test 

![](https://assets-prd.ignimgs.com/2022/12/29/bocchi-blogroll-1672352846343.jpg)

IMG_4928

Also, inserting ![]() in the middle of a paragraph produces the same glitch.

Lorem ipsum dolor sit amet, consectetur adipiscing elit.  ![](https://assets-prd.ignimgs.com/2022/12/29/bocchi-blogroll-1672352846343.jpg) Etiam semper rhoncus enim in molestie.

gitkeniwo avatar May 07 '23 18:05 gitkeniwo