From 881e92b05ada0f95873be509e4e22487043dfe9b Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 1 Aug 2016 16:00:37 +0800 Subject: Update to make help modal and text complete hint using consistent reminder text --- public/js/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/js/index.js') diff --git a/public/js/index.js b/public/js/index.js index 9eab93bb..a42f04f5 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -92,7 +92,7 @@ var supportReferrals = [ search: '[]' }, { - text: '[reference]: url "title"', + text: '[reference]: https:// "title"', search: '[]:' }, { @@ -100,7 +100,7 @@ var supportReferrals = [ search: '[^]' }, { - text: '[^footnote reference]: url "title"', + text: '[^footnote reference]: https:// "title"', search: '[^]:' }, { @@ -112,7 +112,7 @@ var supportReferrals = [ search: '[][]' }, { - text: '[link text](url "title")', + text: '[link text](https:// "title")', search: '[]()' }, { @@ -120,11 +120,11 @@ var supportReferrals = [ search: '![][]' }, { - text: '![image alt](url "title")', + text: '![image alt](https:// "title")', search: '![]()' }, { - text: '![image alt](url "title" =WidthxHeight)', + text: '![image alt](https:// "title" =WidthxHeight)', search: '![]()' }, { -- cgit v1.2.3