I have  in my markdown file. When I read the markdown file and render it is showing the alt text instead of image and when i inspect there is this line as below as below:
<img alt="Alt text" src="/RSA1.jpg">
How can I render image???
I am using markdown to jsx as markdown parser.