feat: add helper for disabled link, fixed #295 (#296)

This commit is contained in:
cinwell.li
2017-10-30 06:00:31 -05:00
committed by GitHub
parent 1f04912a8f
commit 4ad96f3d12
3 changed files with 47 additions and 19 deletions

View File

@@ -57,3 +57,8 @@ You will get `<a href="/demo/">link</a>`html. Do not worry, you can still set ti
[link](/demo2 ":target=_self")
```
## Disable link
```md
[link](/demo ":disabled")
```