How can I reference an image in GitLab markdown in the current directory with the path starting with ./ dot slash? -
i have stored markdown file , image file in git repo follows:
readme.markdown
images/
image.png
i reference image readme.markdown
this:
![](./images/image.png)
this renders expected in retext, not render when push repo gitlab.
how can reference image markdown file renders when viewed in gitlab?
![](images/image.png)
without ./
works me: https://gitlab.com/cirosantilli/test/blob/bffbcc928282ede14dcb42768f10a7ef21a665f1/markdown.md#image
i have opened request allowed at: http://feedback.gitlab.com/forums/176466-general/suggestions/6746307-support-markdown-image-path-in-current-directory-s , entered internet void when gitlab dumped uservoice.
Comments
Post a Comment