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
commit 4ad96f3d12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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")
```