You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no way to configure docsify to show the image with ../ without changing your code. ./ is the good way to write it. In the other issue, I was talking about the markdown syntax which is incorrect , that would be converted in html like this .
There's no way to configure docsify to show the image with ../ without changing your code. ./ is the good way to write it. In the other issue, I was talking about the markdown syntax which is incorrect , that would be converted in html like this .
Thanks for your reply. I solved my problem using a workaround, I added
I already have a written document:
here I inserted the image
img1.png
intodoc1.md
usingThis will show the img1 very well in GitHub or other markdown editor. But if I deploy the doc in gitpages, the image broken.
If I use
it works.
But I don't want to make changes to my doc, how should I configure docsify to show the image properly?
The text was updated successfully, but these errors were encountered: