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]]]()