Update docs and textcomplete rules for image syntax with size specified
This commit is contained in:
@@ -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"
|
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
|
||||||
|
|
||||||
|

|
||||||
|
Show the image With given size
|
||||||
|
|
||||||
### Footnotes
|
### Footnotes
|
||||||
|
|
||||||
|
|||||||
@@ -123,6 +123,10 @@ var supportReferrals = [
|
|||||||
text: '',
|
text: '',
|
||||||
search: '![]()'
|
search: '![]()'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: '',
|
||||||
|
search: '![]()'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: '[TOC]',
|
text: '[TOC]',
|
||||||
search: '[]'
|
search: '[]'
|
||||||
|
|||||||
Reference in New Issue
Block a user