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

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