Images can be displayed in Markdown.
Text within the square brackets is the image name. The path to the image goes between the round brackets.
The {static} tag indicates the image is stored in the content folder. This setting can be changed in pelicanconf.py.
![]()
Links to downloadable content such as PDF files are written similarly to image files but with no ! symbol at the beginning.
A link to a different blog post on our website is written exactly the same.
Text within the square brackets can be clicked on to travel to the website between the curly brackets.
The {filename} tag indicates we want to follow the link to a webpage rather than the static file it was generated from.
Or we can link to another external website by supplying the web address.
Comments
comments powered by Disqus