reproducible-research / scipy-tutorial-2014

Tutorial on reproducible research practices at SciPy 2014
http://reproducible-research.github.io/scipy-tutorial-2014/
Apache License 2.0
29 stars 95 forks source link

Minor stying issue between dexy code block and markdown code block #9

Open jcfr opened 10 years ago

jcfr commented 10 years ago

If you look at this page:

https://reproducible-research.github.io/scipy-tutorial-2014/environment/vagrant/

.. you can see that both command vagrant ssh and vagrant halt render with a different size.

I tried both to use <pre><code> and also the four space indentation as documented here .. but couldn't get the rendering to match.

ananelson commented 10 years ago

Easiest way to fix would be to put the vagrant commands in a .sh file and include them so they get the same treatment as the other snippets.

I'll look up the exact syntax though so you can do it directly...

ananelson commented 10 years ago

Try

<div class="highlight"><pre>
...
</pre></div>