welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

✨ feat(shortcodes): add admonition shortcode #285

Closed welpo closed 3 months ago

welpo commented 3 months ago

Summary

Adds "admonition" shortcode, inspired by Docusaurus.

Using them is as simple as:

{{ admonition(type="note", title="Custom title", text="Some **content** with _Markdown_ `syntax`. Check [this `api`](#).") }}

Docs available in the shortcodes page.

Screenshots

admonitions

Type of change


Checklist