diff options
author | Cheng-Han, Wu | 2016-05-27 13:39:54 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-05-27 13:39:54 +0800 |
commit | 5c861fd51e0c216df03161d7e7e170a793bf469d (patch) | |
tree | 95e0bc0920ca78a6e75bc28fdea76f37eb4fac86 /public/docs | |
parent | 56840e784f04fcf71e6cd5f11047921fe41bb3c5 (diff) |
Update docs and textcomplete rules for image syntax with size specified
Diffstat (limited to 'public/docs')
-rw-r--r-- | public/docs/features.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index a734f3c2..1aa3c220 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -460,6 +460,8 @@ With a reference later in the document defining the URL location: [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" +![Minion](https://octodex.github.com/images/minion.png =200x200) +Show the image With given size ### Footnotes |