Skip to content
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

Modify relative image/link paths #7

Open
Details0824 opened this issue Aug 2, 2022 · 0 comments
Open

Modify relative image/link paths #7

Details0824 opened this issue Aug 2, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Details0824
Copy link

Using mdinclude to embed the .md document outside the document can display docstring and other content, but when there is a relative path in the md file to display the image, the image cannot be read. Code show as below:

<div align="center">
   <img src="../../img_path.png" >
</div>

The image can be read by modifying the path to read the image relative to the path of the document where the mdinclude command is located, but how to display the image without changing the image read path in the .md file.

@amyreese amyreese changed the title 404 GET .png Modify relative image/link paths Oct 10, 2022
@amyreese amyreese added the good first issue Good for newcomers label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants