Update docs and textcomplete rules for image syntax with size specified

This commit is contained in:
Cheng-Han, Wu 2016-05-27 13:39:54 +08:00
parent 56840e784f
commit 5c861fd51e
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -123,6 +123,10 @@ var supportReferrals = [
text: '![image alt](url "title")',
search: '![]()'
},
{
text: '![image alt](url "title" =WidthxHeight)',
search: '![]()'
},
{
text: '[TOC]',
search: '[]'