2023-10-26 09:10:03

This commit is contained in:
z17CX 2023-10-26 09:10:03 +00:00
parent 53ac633e00
commit fbd7e1a59a
Signed by: z17cx
GPG key ID: 3F5F87C84EE943E4
2 changed files with 3 additions and 3 deletions

View file

@ -59,6 +59,6 @@ EXAMPLE:
</div>
</div>
</div>
<div class="card-body p-0" id="{{ ($cp) }}">{{ (highlight ($inner) ($type)) }}</div>
<div class="card-body p-0" id="{{ ($cp) }}">{{ (highlight (($inner) | chomp) ($type)) }}</div>
</div>
</div>

View file

@ -45,7 +45,7 @@ EXAMPLE:
</div>
</div>
</div>
<div class="card-body" id="{{ ($cp) }}">{{ (highlight ($inner) ($type)) }}</div>
<div class="card-body" id="{{ ($cp) }}">{{ (highlight (($inner) | chomp) ($type)) }}</div>
</div>
</div>
@ -53,7 +53,7 @@ EXAMPLE:
<div class="shortcode shortcode-codeblock {{ with ($type) }}shortcode-codeblock-{{ . }}{{ end }}">
<div class="d-flex mb-3 overflow-hidden">
<div class="flex-grow-1 rounded overflow-hidden" id="{{ ($cp) }}">{{ (highlight ($inner) ($type)) }}</div>
<div class="flex-grow-1 rounded overflow-hidden" id="{{ ($cp) }}">{{ (highlight (($inner) | chomp) ($type)) }}</div>
<div class="flex-shrink-0">
<ul class="list-inline mb-0">
<li class="list-inline-item" data-bs-tooltip data-bs-title='{{ (i18n "copy") }}'>