Skip to content

Commit

Permalink
fix: callout styling issue with markdown content (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Oct 12, 2023
1 parent cb09b7c commit 6cd4c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/shortcodes/callout.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<div class="overflow-x-auto mt-6 flex rounded-lg border py-2 ltr:pr-4 rtl:pl-4 contrast-more:border-current contrast-more:dark:border-current {{ $class }}">
<div class="select-none text-xl ltr:pl-3 ltr:pr-2 rtl:pr-3 rtl:pl-2" style='font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";'>{{ $emoji }}</div>
<div class="w-full min-w-0 leading-7">
<p class="mt-6 leading-7 first:mt-0">
<div class="mt-6 leading-7 first:mt-0">
{{ .Inner | markdownify }}
</p>
</div>
</div>
</div>

0 comments on commit 6cd4c55

Please sign in to comment.