week1: fix markup processing?
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 02:32:39 +0000 (22:32 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 02:32:39 +0000 (22:32 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week1.mdwn

index 8d1ad0d..9ee159a 100644 (file)
@@ -62,14 +62,14 @@ Some authors reserve the term "term" for just variables and abstracts. We won't
 Examples of expressions:
 
 <blockquote><code>
 Examples of expressions:
 
 <blockquote><code>
-x<p>
-(y x)<p>
-(x x)<p>
-(\x y)<p>
-(\x x)<p>
-(\x (\y x))<p>
-(x (\x x))<p>
-((\x (x x)) (\x (x x)))<p>
+x  
+(y x)  
+(x x)  
+(\x y)  
+(\x x)  
+(\x (\y x))  
+(x (\x x))  
+((\x (x x)) (\x (x x)))
 </code></blockquote>
 
 The lambda calculus has an associated proof theory. For now, we can regard the
 </code></blockquote>
 
 The lambda calculus has an associated proof theory. For now, we can regard the