diff options
Diffstat (limited to '')
-rw-r--r-- | public/docs/features.md | 2 | ||||
-rw-r--r-- | public/js/index.js | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index a734f3c2..1aa3c220 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -460,6 +460,8 @@ With a reference later in the document defining the URL location: [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" +![Minion](https://octodex.github.com/images/minion.png =200x200) +Show the image With given size ### Footnotes 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: '[]' } |