Image in markdown: no style possible

IMG tag accepts no style
<img src="https://raw.githubusercontent.com/YOURLS/YOURLS/1.7.9/images/yourls-logo.png" border="1px solid red"/>
Alternative: <img> tag surrounded by <kbd>
<kbd> <img src="https://raw.githubusercontent.com/YOURLS/YOURLS/1.7.9/images/yourls-logo.png" /> </kbd>

Neat ! :-) (source)