markdown-image-localizer icon indicating copy to clipboard operation
markdown-image-localizer copied to clipboard

支持高级markdown图片语法

Open TenviLi opened this issue 6 years ago • 0 comments

  • 参考式链接 语法: ![Alt text][id] [id]: url/to/image "Optional title attribute"
  • 图片title 语法: ![Alt text](/path/to/img.jpg "Optional title")
  • HTML图片标签 语法: <img src="/path/to/img.jpg" ... >

TenviLi avatar Sep 23 '19 10:09 TenviLi