You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/02/11 20:37:17 UTC

svn commit: r1567330 - /libcloud/site/trunk/source/_posts/2014-02-08-libcloud-0-14-1-released.md

Author: tomaz
Date: Tue Feb 11 19:37:17 2014
New Revision: 1567330

URL: http://svn.apache.org/r1567330
Log:
Use a temporary work around for annoying syntax highlighting bug.

Modified:
    libcloud/site/trunk/source/_posts/2014-02-08-libcloud-0-14-1-released.md

Modified: libcloud/site/trunk/source/_posts/2014-02-08-libcloud-0-14-1-released.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2014-02-08-libcloud-0-14-1-released.md?rev=1567330&r1=1567329&r2=1567330&view=diff
==============================================================================
--- libcloud/site/trunk/source/_posts/2014-02-08-libcloud-0-14-1-released.md (original)
+++ libcloud/site/trunk/source/_posts/2014-02-08-libcloud-0-14-1-released.md Tue Feb 11 19:37:17 2014
@@ -25,17 +25,17 @@ Full change log can be found at [here][2
 The release can can be downloaded from
 <https://libcloud.apache.org/downloads.html> or installed using pip:
 
-{% highlight bash %}
+<pre>
 pip install apache-libcloud==0.14.1
-{% endhighlight %}
+</pre>
 
 ### Upgrading
 
 If you have installed Libcloud using pip you can also use it to upgrade it:
 
-{% highlight bash %}
+<pre>
 pip install --upgrade apache-libcloud==0.14.1
-{% endhighlight %}
+</pre>
 
 ### Upgrade notes