gregberge/smooth-doc

How to add images in the mdx document

linChuChu007 opened this issue · 1 comments

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!

I got this resolved by installing gatsby-remark-copy-linked-files plugin.