diff --git a/_includes/distill_scripts.liquid b/_includes/distill_scripts.liquid
index 12d365d..8a8aa1f 100644
--- a/_includes/distill_scripts.liquid
+++ b/_includes/distill_scripts.liquid
@@ -13,6 +13,9 @@
crossorigin="anonymous"
>
+
+
+
{% if page.mermaid and page.mermaid.enabled %}
```
@@ -1248,9 +1248,9 @@ The rendered output is shown below, displayed as a vector graphic:
\draw[dashed, color=gray] (1.5,1.5) -- (1.5,0) node[below, black] {$\cos \theta$};
\draw[dashed, color=gray] (1.5,1.5) -- (0,1.5) node[left, black] {$\sin \theta$};
- \node at (2.2, 0) [below] {1};
- \node at (0, 2.2) [left] {$i$};
- \node at (1.5,1.5) [above right, color=blue] {$(\cos \theta \, \sin \theta)$};
+ \node at (2.2, 0) [below] {1};
+ \node at (0, 2.2) [left] {$i$};
+ \node at (1.5,1.5) [above right, color=blue] {$(\cos \theta \, \sin \theta)$};
\end{tikzpicture}
@@ -1334,6 +1334,65 @@ It does not interrupt the normal flow of `.l-body` sized text except on mobile s
---
+## Sidenotes
+
+Distill supports sidenotes, which are like footnotes but placed in the margin of the page.
+They are useful for providing additional context or references without interrupting the flow of the main text.
+
+There are two main ways to create a sidenote:
+
+**Using the `