update code sample for syntax highlight in readme
This commit is contained in:
		| @@ -258,17 +258,13 @@ By default, Reveal is configured with [highlight.js](http://softwaremaniacs.org/ | |||||||
|  |  | ||||||
| ```html | ```html | ||||||
| <section> | <section> | ||||||
| 	<p align="left"> | 	<pre><code> | ||||||
| 		<code> |  | ||||||
| 			<pre> |  | ||||||
| (def lazy-fib | (def lazy-fib | ||||||
|   (concat |   (concat | ||||||
|    [0 1] |    [0 1] | ||||||
|    ((fn rfib [a b] |    ((fn rfib [a b] | ||||||
|         (lazy-cons (+ a b) (rfib b (+ a b)))) 0 1))) |         (lazy-cons (+ a b) (rfib b (+ a b)))) 0 1))) | ||||||
| 			</pre> | 	</code></pre> | ||||||
| 		</code> |  | ||||||
| 	</p> |  | ||||||
| </section> | </section> | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user