add additional partial note box

This commit is contained in:
OCram85 2021-12-23 08:59:30 +01:00
parent 0c906bdd72
commit 3c8eef29a5
2 changed files with 8 additions and 0 deletions

BIN
assets/icons/comment.svg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

View File

@ -0,0 +1,8 @@
<div class="flex px-4 py-3 rounded-md bg-primary-100 dark:bg-neutral-700 border-2 ">
<span class="pr-3 text-primary-400">
{{ partial "icon.html" "comment" }}
</span>
<span class="no-prose dark:text-neutral-300">
<strong>NOTE: </strong> {{- .Inner | markdownify -}}
</span>
</div>