PerfectForNi/Hypnos

给链接或图片加 title

Closed this issue · 0 comments

Markdown 语法小技巧

给链接或图片加 title,只需在 url 后空一格,然后加上被半角双引号(或单引号或括号)括起来的 title。

  • 举个栗子
[link with title enclosed in double quotes](https://github.com/ "double quotes")
[link with title enclosed in single quotes](https://github.com/ 'single quotes')
[link with title enclosed in parentheses](https://github.com/ (parentheses))
![alt text](https://raw.githubusercontent.com/PerfectForNi/Hypnos/master/markdown-pictures/naive.png "Naive Title!")
  • 效果如下

link with title enclosed in double quotes
link with title enclosed in single quotes
link with title enclosed in parentheses
alt text