From 5c861fd51e0c216df03161d7e7e170a793bf469d Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Fri, 27 May 2016 13:39:54 +0800 Subject: Update docs and textcomplete rules for image syntax with size specified --- public/js/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/js') 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 @@ -123,6 +123,10 @@ var supportReferrals = [ text: '![image alt](url "title")', search: '![]()' }, + { + text: '![image alt](url "title" =WidthxHeight)', + search: '![]()' + }, { text: '[TOC]', search: '[]' -- cgit v1.2.3