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

Embed syntax with block references not showing up in slides #283

Open devinat1 opened 6 months ago

devinat1 commented 6 months ago

Describe the bug Similar to https://github.com/OliverBalfour/obsidian-pandoc/issues/23, when I do block references like ![[note#uid]] or ![[^uid]] , I get back the link itself ( ![[note^uid]] in the actual slide and not the text encompassing it).

Samples to Reproduce Create a block reference, and try to make a slide out of it.

Expected behavior The embedded text should show up in the resulting document.