I want to add a code (block) snippet in my HTML page using <code>:
<pre>
<code class="codeblock">
s3://bucket-name/partition_date=2018-05-22/views.parquet
s3://bucket-name/partition_date=2018-05-22/clicks.parquet
s3://bucket-name/partition_date=2018-05-21/views.parquet
s3://bucket-name/partition_date=2018-05-21/clicks.parquet
s3://bucket-name/partition_date=2018-05-20/views.parquet
s3://bucket-name/partition_date=2018-05-20/clicks.parquet
//...
</code>
</pre>
But the code is shown as follows (right shifted):
How can I show the code correctly so that the approach is equally supported by Safari, Chrome, Firefox and IE?
