memos
memos copied to clipboard
Markdown image width
Describe the solution you'd like
Would be great if memo's markdown supports specifying image width, as some images are small in size but still take the full width nevertheless when inserted using md syntax.
I know this could be done via stuff like
```__html
<img src="your_pic.jpg" width="200"/>
```
but some extra syntactic sugars are always preferred, such as
- Obsidian flavored syntax:
 - Github flavored syntax:
{width=200px}
Type of feature
User Interface (UI)
Additional context
No response