memos icon indicating copy to clipboard operation
memos copied to clipboard

Markdown image width

Open gitkeniwo opened this issue 1 year ago • 0 comments

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: ![alt-text |200](image.jpg)
  • Github flavored syntax: ![alt-text](image.jpg){width=200px}

Type of feature

User Interface (UI)

Additional context

No response

gitkeniwo avatar Feb 28 '24 01:02 gitkeniwo