Author: mshuler
Date: Tue Jun 25 05:49:41 2019
New Revision: 1862034

URL: http://svn.apache.org/viewvc?rev=1862034&view=rev
Log:
Add line breaks to code block, because (╯°□°)╯︵ ┻━┻

Attempted markdown line breaks:
- 2 spaces at end of lines
- 2 backslashes at end of lines
- ~~~ delimeters
- add <br /> to end of lines
- various random code{} css changes
..none of which worked as expected.
What actually is the way to get line breaks in a code block?

Modified:
    cassandra/site/publish/download/index.html

Modified: cassandra/site/publish/download/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1862034&r1=1862033&r2=1862034&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Tue Jun 25 05:49:41 2019
@@ -190,12 +190,12 @@ configuration changes.</li>
   <li>Add the Apache repository of Cassandra to <code 
class="highlighter-rouge">/etc/yum.repos.d/cassandra.repo</code>, for example 
for the latest 3.11 version:</li>
 </ul>
 
-<div class="language-text highlighter-rouge"><pre 
class="highlight"><code>[cassandra]
-name=Apache Cassandra
-baseurl=https://www.apache.org/dist/cassandra/redhat/311x/
-gpgcheck=1
-repo_gpgcheck=1
-gpgkey=https://www.apache.org/dist/cassandra/KEYS
+<div class="language-text highlighter-rouge"><pre 
class="highlight"><code>[cassandra]<br />
+name=Apache Cassandra<br />
+baseurl=https://www.apache.org/dist/cassandra/redhat/311x/<br />
+gpgcheck=1<br />
+repo_gpgcheck=1<br />
+gpgkey=https://www.apache.org/dist/cassandra/KEYS<br />
 </code></pre>
 </div>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to