PaperModXM is a fork of PaperModX that aims to add a bit more color and features such as callouts.
PaperModXM allows you to use hugo shortcodes to render Obsidian-like callouts in your markdown with the following syntax.
{{< callout "type" "Callout header text" >}}
Callout body markdown text
{{< /callout >}}
Currently, the supported types are:
- Info
- Quote
- Checklist
- Example
- Note
- Tip
- Question
As more default callout types are added, it is likely that the style of the current callouts will change.
TODO:
- Add foldable callouts
- Add animation when expanding and collapsing
- Optimize conditional hugo code