Don't blockquote the code sample.
authorMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 15:25:18 +0000 (16:25 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 13 Oct 2014 15:25:18 +0000 (16:25 +0100)
Makes HTML match what pandoc emits.

tools/htdocs/old-index.html

index eafed5c..31bf511 100644 (file)
        Here is a completely functional (though ugly) MKWS-based
        searching application:
       </p>
-      <blockquote>
        <pre>
 &lt;script type="text/javascript"
-        src="http://mkws.indexdata.com/mkws-complete.js">&lt;/script>
+  src="http://mkws.indexdata.com/mkws-complete.js">&lt;/script>
 &lt;div id="mkwsSearch">&lt;/div>
 &lt;div id="mkwsResults">&lt;/div></pre>
-      </blockquote>
       <p>
        That's it. A complete metasearching application. Everything
        else is refinement.