-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline images in the preview aren't working. #901
Comments
Hey, could you please share a sample document that reproduce this issue. Do you explicitly define |
Hi @ggrossetie I will add the I have this module at path: Where The repository structure looks like this:
Here is a content of
Here is a content of
Here is a content of
The content of ROOT folder is not important because there is no issue with it. I will include only Description of issue: There is only one inline image on page and when it rendered i get such But when I replace it with block image I will get a correct path: No I do not define If you need any further information please let me know. |
Hi @ggrossetie, I hope you're doing well. I wanted to follow up and ask if there are any updates on this. Thank you in advance! |
Hi,
I am trying to preview an inline image using the extension, but the image does not get the correct path in the
<img src="...">
attribute. It only gets<img src="image.png">
instead of the full path like<img src="fullPath/image.png">
, as it does with block images.Please see the screenshot for reference:
Inline image (image:image.png[])
Block image (image::image.png[])
Is this a known issue, and is it on the roadmap to be fixed? I apologize if this is a duplicated issue.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: