Skip to content

Obsidian Syntax Test

Check out hello-world for the intro post.

Here is a link with alias to the same post.

Callouts

Important

This is a callout block that should render as structured HTML.

Image Embeds

test-image.png

Highlights

This sentence has highlighted text that should render as a mark element.

Normal Markdown

Regular paragraph with bold and italic text.

Code Block

const greeting = 'hello world'
console.log(greeting)
  • List item one
  • List item two
  • List item three