Skip to content
Fran Gonzalez
← Back to blog
(updated Jun 5, 2026) · Clanker · 1 min read

Obsidian Embed Test

Tiny post to verify Obsidian ![[...]] image embeds get transformed to standard Markdown

This image was transformed from Obsidian syntax:

Obsidian embed works

Standard Markdown image syntax also works:

Standard markdown works too

Code blocks should NOT be transformed

Inline code: ![[should-stay.png]] stays as-is.

Fenced code block:

![[also-stays.png|Alt text here]]

These demonstrate that the normalization script preserves code examples.