How to add images in the mdx document
linChuChu007 opened this issue · 1 comments
linChuChu007 commented
Hello,
I am using smooth doc to set up document website.
My images are located under /pages/docs/doc-category/images/
I can import the image by import url from './images/myImage.png'
<img src={url} />
It works.
However, can I insert image like
![linkl](./images/myImage.png)
Thank you so much!
linChuChu007 commented
I got this resolved by installing gatsby-remark-copy-linked-files plugin.