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[