feat: Update Wick theorem docs

This commit is contained in:
jstoobysmith 2025-02-03 15:59:25 +00:00
parent ea6e128293
commit 20df8ece6c
10 changed files with 94 additions and 64 deletions

View file

@ -51,6 +51,11 @@ layout: default
{% if entry.type == "p" %}
<p>{{ entry.content }}</p>
{% endif %}
{% if entry.type == "warning" %}
<div class="alert alert-danger" role="alert">
<b>Warning:</b> {{ entry.content }}
</div>
{% endif %}
{% if entry.type == "name" %}
<div style="background-color: #f5f5f5; padding: 10px; border-radius: 4px;">