MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
939 stars 80 forks source link

Callouts not displayed properly on slide preview #263

Open DustRRaven opened 9 months ago

DustRRaven commented 9 months ago

Describe the bug It seems like callouts are displayed as raw text Is it just in my case, or is it the same for everyone?

Samples to Reproduce You can copy-paste this and try on your side :

>[!tip]- Test 1
>- Test 2`
<!-- element style="width:40%"-->

Expected behavior Here is what it looks like on the documentation.

ryanwwest commented 8 months ago

This happens for me too.

agentlibre commented 7 months ago

Just make a block

::: block <!-- element style="width:40%"-->

> [!tip]- Test 1
>- Test 2

:::

Also, do not forget the space between > and [!tip]