Skip to content
Andreas Behringer edited this page Oct 21, 2024 · 2 revisions

how to include images

To include an image into markdown you use the following syntax

![alt text](path/image.jpg "Titletext")

alt text is an alternate text interpretation of the image.

path/image.jpg is the path to the image relative to the root document.

Titletext is a title for the current image.

Clone this wiki locally