diff --git a/public/js/index.js b/public/js/index.js index 9eab93b..a42f04f 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: '![]()' }, { diff --git a/public/views/help-modal.ejs b/public/views/help-modal.ejs index 4ee028c..3a4fe22 100644 --- a/public/views/help-modal.ejs +++ b/public/views/help-modal.ejs @@ -52,8 +52,16 @@ # Header -
  1. Ordered List
- - Unordered List
1. Ordered List
- [ ] Todo List + + - Unordered List + + +
  1. Ordered List
+ 1. Ordered List + + + + - [ ] Todo List
Blockquote
@@ -89,11 +97,11 @@ Link - [title](http://) + [link text](https:// "title") Image - ![alt](http:// "title") + ![image alt](https:// "title") Code