javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.07k stars 70 forks source link

Microsoft syntax image preview broken #215

Closed amwnag closed 2 years ago

amwnag commented 2 years ago

While in live preview edit mode, images do not display properly when using Microsoft syntax instead of code blocks.

```ad-note
title: Note 1
![[Pasted image 20220209173348.png]]
```

> [!note:Note 2]
> ![[Pasted image 20220209173348.png]]

Here's the result: image

I saw an existing issue which might be closely related: #198

valentine195 commented 2 years ago

That is correct, it is related. Embeds in LP are difficult, to say the least.

I am tagging this as won't-fix and closing because Obsidian has introduced callouts using the MSDoc syntax to insiders and I am removing the MSDoc syntax from the plugin going forward.