We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56840e7 commit 5c861fdCopy full SHA for 5c861fd
2 files changed
public/docs/features.md
@@ -460,6 +460,8 @@ With a reference later in the document defining the URL location:
460
461
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
462
463
+
464
+Show the image With given size
465
466
### Footnotes
467
public/js/index.js
@@ -123,6 +123,10 @@ var supportReferrals = [
123
text: '',
124
search: '![]()'
125
},
126
+ {
127
+ text: '',
128
+ search: '![]()'
129
+ },
130
{
131
text: '[TOC]',
132
search: '[]'
0 commit comments