Images

This method will work in Obsidian, but will not render on a web page.

Format
![[filename-when-file-is-in-same-folder-as-markdown-doc.jpg]]

This is the standard markdown method that does render on web pages.

Format
![alt-text](./relative-path-starting-at-markdown-doc.jpg "hover-text")
Example
![giraffe](./images/giraffe.jpg "This is a giraffe")

Last updated