Description
Hi 👋,
one of the recent Obsidian releases introduced callouts
. I use them a lot in my vaults and I would really love to see them supported in Perlite. I don't think the first implementation has to be too fancy. Rendering all different callout types (WARNING
, INFO
, etc.) the same way is fine for my use case.
Right know, defining a callout in Obsidian as follows:
> [!WARNING] A Title
> Contents
renders as (tested on c757c66)
Proposals
I don't think that parsedown
supports callouts as it seems like a custom thing - especially the syntax. Maybe we can render them a different way then?
Render as Block-quotes
This example shows that this should actually work already.
Render as Markdown
Notes
I would like to express my gratitude to you. Perlite works really well and the Docker deployment helps a lot to spin it up in zero time.