Yet another blog post
Write your text here.
Examples of Links.
Both types of link syntax work.
You can write links as regular markdown links: Click here
Or as Obsidian wikilinks. When linking to other posts another-blog-post
Examples of Images
Both types of image insert syntax work as well. This image is set as the featured image for this post:
You can insert images as regular markdown syntax:

Or as Obsidian syntax. Obsidian adds images use just file names, so our code fills in the full image path as /images/file_name.jpg

Example of Code Highlighting
This is how code syntax highlighting works:
console.log("hello world")