Replies: 3 comments 2 replies
-
Looks like alerts are converted to Divs of class > [!NOTE]
> Useful information that users should know, even when skimming content. (via
You could manually recreate this structure in pandoc's markdown as follows: ::: note
::: title
Useful information that users should know, even when skimming content.
:::
::: I suppose the structure you need really depends on your CSS. If you really want to use the |
Beta Was this translation helpful? Give feedback.
-
There's an issue on the tracker for supporting alerts in pandoc's markdown. |
Beta Was this translation helpful? Give feedback.
-
I have a filter that converts > [!NOTE] etc. for Pandoc flavour for several outputs (I needed it for typst, but you can check how it handles other outputs): https://github.com/iandol/dotpandoc/blob/master/filters/alerts.lua
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Obsidian to edit a pelican blog which uses pandoc-reader plugin. This allows me to make use of
[@citations2013]
, but I'd also like to use alerts (e.g.,>[!NOTE]
). The formats, however, don't overlap.+citations
can be used withmarkdown
, and+alerts
withcommonmark_x
, but there's no intersection. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions