image links are not working #610
Unanswered
yana-khusainova
asked this question in
Support
Replies: 1 comment 4 replies
-
Like so? ..
├── blog/
│ ├── say-hello-to-doks/
│ │ ├── index.md
│ │ └── say-hello-to-doks.png
│ └── _index.md
└── _index.md Then, in
Would you mind sharing your repo? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am making link on a image these ways:
<img src = "../5.jpg" alt="5">
<img src = "5.jpg" alt="5">
![5](5.jpg)
and no one works:
image and md file in one directory. What can I do in this case?
Thank you!
P.S. i added code from this #535 to render.image
Beta Was this translation helpful? Give feedback.
All reactions