markdown-viewer icon indicating copy to clipboard operation
markdown-viewer copied to clipboard

Set image size

Open mvictorl opened this issue 5 years ago • 2 comments
trafficstars

How set or change image size?

mvictorl avatar Mar 27 '20 07:03 mvictorl

Probably using HTML tags instead of markdown syntax? I'm not aware of markdown support for that.

simov avatar Mar 27 '20 09:03 simov

# <img src="Logo1.png" height="50px" /> Header1

Using HTML tag "img" with attributes works fine for me

DenisBaturin avatar May 23 '20 20:05 DenisBaturin