TechLifeWeb

Repost 2025-06-24T00:38:47.000-07:00


Published by 
Scott Kingery
 on 

Via @elricofmelnibone@mastodon.social on Mastodon:

Spent way too much time trying to get an image link to work properly inside a table in \#Obsidian. The pipe to indicate the width has to be escaped (obvious in retrospect), and a link target with spaces has to be enclosed in angle brackets. Who the fuck came up with that harebrained syntax? Markdown can be ... unpleasant.
Final syntax inside a table: [![[Foo/image.png\|200]]]()

Or outside of a table: [![[Foo/image.png|200]]]()