I am attempting to display a markdown file .md with images using the dcc.markdown dcc.Markdown component.
However, I am unable to get it to display images that are referenced by location.
Is this not something dcc.Markdown supports?
I have tried placing the image next to .md, to app.py, in top of dir from where i launch the app. But nothing works.