Update to make help modal and text complete hint using consistent reminder text

This commit is contained in:
Wu Cheng-Han 2016-08-01 16:00:37 +08:00
parent 46ccf2d0a3
commit 881e92b05a
2 changed files with 17 additions and 9 deletions

View file

@ -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: '![]()'
},
{