mirror of
https://github.com/sophokles187/data-cards.git
synced 2026-07-22 12:30:26 +00:00
6 lines
342 B
HTML
6 lines
342 B
HTML
<div class="code-container" style="margin: 1.5rem 0;">
|
|
<div class="code-header" style="background-color: #f6f8fa; padding: 0.5rem 1rem; border: 1px solid #ddd; border-bottom: none; border-radius: 3px 3px 0 0;">
|
|
<span>{{ include.title | default: "Example" }}</span>
|
|
</div>
|
|
<pre><code>{{ include.code }}</code></pre>
|
|
</div>
|