jaredly / hexo-admin

An Admin Interface for Hexo
http://jaredly.github.io/hexo-admin/
1.76k stars 298 forks source link

image displayed incorrectly #201

Open GasolSun36 opened 4 years ago

GasolSun36 commented 4 years ago

Y7SU)L}I9)XLJ7T@)UF0_%0 When I copy and paste the image into the text box,it's showed above. need some help ,thanks!

Neyunse commented 4 years ago

use ![](url here) the [ ] is the equivalent to alt="" in img tag

and the full code ex

![helloworld](/image/hello-world.png)
and return
<img src="/image/hello-world.png" alt="helloworld">