remark-wiki-link-plus
remark-wiki-link-plus copied to clipboard
Image resizing
Obsidian supports a non-standard syntax for resizing images https://help.obsidian.md/How+to/Embed+files
> You can resize images using the following syntax:
>
> For markdown images, use 
>
> For embeds, use c
>
> To have the image scale according to its aspect ratio, omit the height ![[image.png|100]]
Acceptance
- [ ] Support resizing of commonmark image syntax
i.e. this outputs<img ...with height / width - [ ] Support resizing with transclusion syntax
