Not sure if this is a glitch but when grav renders -  the resulting html is
<p>
<img src="/images/testimage.jpg" alt="Test Image">
</p>
NOT the expected - <img src="/images/testimage.jpg" alt="Test Image">
How can I get markdown to just render img tag?