79086684

Date: 2024-10-14 15:05:47
Score: 1.5
Natty:
Report link

When paste an image from clipboard you will see something like this:

![image.png](attachment:image.png)

You shouldn't change the syntax when you paste the image in markdown. Instead, you should add div before and after that. The best solution that I found in this link is that:

<div style="max-width:500px;margin-right: auto; margin-right: 0;">
    
![image.png](attachment:image.png)
    
</div>

This works fine.

Reasons:
  • Blacklisted phrase (1): this link
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Prof.Plague