From bd73515750c7db07004f8261648ce0134072d712 Mon Sep 17 00:00:00 2001 From: Alexander Nutz Date: Sat, 5 Jul 2025 11:04:46 +0200 Subject: [PATCH] oops --- pages/compiler-pattern-matching.typ | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/compiler-pattern-matching.typ b/pages/compiler-pattern-matching.typ index a1cf7c0..9482f1e 100644 --- a/pages/compiler-pattern-matching.typ +++ b/pages/compiler-pattern-matching.typ @@ -285,8 +285,10 @@ ] #section[ - Now what should the compiler do when it sees this? - #context html-frame[```lisp (sub (add 5 1) 2)```] + Now what should the compiler do when it sees this: + #context html-frame[``` + lisp (sub (add 5 1) 2) + ```] ] #section[