diff --git a/challenges/medium/81_int4_matmul/challenge.html b/challenges/medium/81_int4_matmul/challenge.html
index 1cd5e43..6df9ade 100644
--- a/challenges/medium/81_int4_matmul/challenge.html
+++ b/challenges/medium/81_int4_matmul/challenge.html
@@ -6,132 +6,6 @@
W is the dequantized float16 weight matrix of shape N × K.
-
-
Packing format: Each byte of w_q stores two INT4 weights. The
high nibble (bits 7–4) holds weight w[n, 2i] and the low nibble (bits