- Release 2.0.0
Added code highlighting capabilities
Improved editor height
diff --git a/download/_index.html b/download/_index.html
index c0ebd89..4aeb672 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -9,7 +9,7 @@
     As of 2.0.0, the gemini blueprint artifacts are available directly from <a href="http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.gemini.blueprint">maven central</a>.
     You may reference them in a maven pom, like so:
 
-    <pre class="editor" data-editor-lang="xml" data-editor-no-focus="true">
+    <pre class="editor" data-editor-lang="xml" data-editor-no-focus="true"  style="min-height:21em;" data-editor-readonly="true">
         &lt;dependency&gt;
             &lt;groupId&gt;org.eclipse.gemini.blueprint&lt;/groupId&gt;
             &lt;artifactId&gt;gemini-blueprint-io&lt;/artifactId&gt;
@@ -29,7 +29,7 @@
 
     <p>The additional mock and test dependencies are available via</p>
 
-    <pre class="editor" data-editor-lang="xml" data-editor-no-focus="true">
+    <pre class="editor" data-editor-lang="xml" data-editor-no-focus="true" style="min-height:15em;" data-editor-readonly="true">
         &lt;dependency&gt;
             &lt;groupId&gt;org.eclipse.gemini.blueprint&lt;/groupId&gt;
             &lt;artifactId&gt;gemini-blueprint-mock&lt;/artifactId&gt;