Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jcfr opened this issue Jul 7, 2014 · 2 comments
Open

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

jcfr opened this issue Jul 7, 2014 · 2 comments
Assignees

Comments

@jcfr
Copy link
Contributor

jcfr commented Jul 7, 2014

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
Copy link
Contributor

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
Copy link
Contributor

Try

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants