wisp
 
(Arne Babenhauserheide)
2014-12-23: blockquote example

blockquote example

diff --git a/docs/srfi-from-template.html b/docs/srfi-from-template.html
--- a/docs/srfi-from-template.html
+++ b/docs/srfi-from-template.html
@@ -117,6 +117,7 @@ Wisp expressions can include any s-expre
 
 Since an example speaks more than a hundred explanations, the following shows wisp exploiting all its features - including curly-infix from SRFI-105:
 
+<blockquote>
 <pre>
 <b>define</b> : <i>factorial</i> n
 __  <b>if</b> : <i>zero?</i> n
@@ -126,6 +127,7 @@ Since an example speaks more than a hund
 <i>display</i> : <i>factorial</i> 5 
 <i>newline</i>
 </pre>
+</blockquote>
 
 <h2>Advantages of Wisp</h2>