Closed as not planned
Description
I would like to know if it's possible to have the webpack assets resolution inside of markdown content ? To display webpack handeled's images.
Reproduction link: https://codesandbox.io/s/dawn-snowflake-fv7l4?file=/content/post.md
- I have an image in the assets folder
- I link the image in the md file

(or<img src="~/assets/photo.jpg">
in html) the same way I would have in a component template
I'm not interested in putting files in the static folder since there is no compression and no hash for cache-busting.