Skip to content

Instantly share code, notes, and snippets.

@miry
Created May 1, 2013 19:47
Show Gist options
  • Save miry/5497817 to your computer and use it in GitHub Desktop.
Save miry/5497817 to your computer and use it in GitHub Desktop.
Tested RDiscount parser to convert code blocks without indents.
....
<h2>Installation</h2>
<p>OK. First, you need a running <em>Elasticsearch</em> server. Thankfully, it's easy. Let's define easy:</p>
<pre><code>$ curl -k -L -o elasticsearch-0.20.2.tar.gz http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.2.tar.gz
$ tar -zxvf elasticsearch-0.20.2.tar.gz
$ ./elasticsearch-0.20.2/bin/elasticsearch -f
</code></pre>
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment