-
Notifications
You must be signed in to change notification settings - Fork 98
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
Using images #72
Comments
Yes, it is possible to display images referenced in a Markdown document when the images are saved relative to the document. The Markdown syntax you have used is correct. Here’s how you can ensure the images display correctly:
Here’s an example of a typical project structure:
And in ![My fancy Image](img/image01.png) Common Issues and SolutionsImage Not Displaying
Viewing on Different Platforms
Example Markdown ContentHere is a sample content in a Markdown file ( # My Document
Here is an image:
![My fancy Image](img/image01.png)
Some more content here. Ensure the directory structure matches and the image file ( ConclusionIf you follow these guidelines and ensure the paths and filenames are correct, the images should display correctly in your Markdown document across various platforms and editors. |
I'm wondering if it's possible to display images referenced in the MD document. In my case they are saved relative to the document, like this:
The text was updated successfully, but these errors were encountered: