imfing / hextra

🔯 Modern, batteries-included Hugo theme for creating beautiful doc, blog and static websites
https://imfing.github.io/hextra/
MIT License
757 stars 177 forks source link

Support Alerts #460

Open benbarbour opened 2 months ago

benbarbour commented 2 months ago

Feature Description

Hugo now supports Alerts, via blockquote render hooks. These are compatible with both Github and Obsidian markdown, and I think are easier to type and easier to use than "callout" shortcodes. They also look prettier in markdown. Hextra should have a default render hook for them.

Hugo's alerts also support folding, which steps on the toes of Hextra's Details shortcode, but Hextra should probably support it with Alerts anyway.