Skip to content

Commit 5c861fd

Browse files
committed
Update docs and textcomplete rules for image syntax with size specified
1 parent 56840e7 commit 5c861fd

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

public/docs/features.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ With a reference later in the document defining the URL location:
460460

461461
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
462462

463+
![Minion](https://octodex.github.com/images/minion.png =200x200)
464+
Show the image With given size
463465

464466
### Footnotes
465467

public/js/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ var supportReferrals = [
123123
text: '![image alt](url "title")',
124124
search: '![]()'
125125
},
126+
{
127+
text: '![image alt](url "title" =WidthxHeight)',
128+
search: '![]()'
129+
},
126130
{
127131
text: '[TOC]',
128132
search: '[]'

0 commit comments

Comments
 (0)