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/js | |
parent | 56840e784f04fcf71e6cd5f11047921fe41bb3c5 (diff) |
Update docs and textcomplete rules for image syntax with size specified
Diffstat (limited to '')
-rw-r--r-- | public/js/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js index 76edf022..92a06a53 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -124,6 +124,10 @@ var supportReferrals = [ search: '![]()' }, { + text: '![image alt](url "title" =WidthxHeight)', + search: '![]()' + }, + { text: '[TOC]', search: '[]' } |