feat: add callouts
This commit is contained in:
parent
a918ba2cc0
commit
940fe944da
5 changed files with 108 additions and 36 deletions
4
templates/shortcodes/callout.html
Normal file
4
templates/shortcodes/callout.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="callout" type="{{ type | safe }}">
|
||||
<div class="callout-title">{{ title | default(value=type | title) | safe}}</div>
|
||||
<div class="callout-content">{{ body | markdown | safe }}</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue