add highlitght label support

This commit is contained in:
2022-02-27 17:08:11 +01:00
parent e478cd978b
commit e0c6867eaf
3 changed files with 122 additions and 9 deletions

View File

@ -0,0 +1,7 @@
<div class="relative">
<span
class="absolute bottom-0 right-0 bg-primary-100 dark:bg-primary-800 rounded-md rounded-tr-none rounded-bl-none px-4 py-1 text-sm z-10 italic">{{
.Get
"filename" }}</span>
{{- .Inner | markdownify -}}
</div>