I am trying to add a code snippet on blog post I am making using Github Pages & this what it looks like.
A double-framed horror occupying a huge amount of space for just a few lines of code.
I have tried different kinds of markdown
<pre><code> block
4 spaces
triple backtick
I am unable to get it to render any better.
I am using the default styles etc forked from jekylnow.
Are there any tricks I am missing?
UPDATE:
Markdown
Hello
function try(no)
{
while (no)
{
...
....
}
return no;
}
Hello
function try(no)
{
while (no)
{
...
....
}
return no;
}
Hello
function try(no)
{
while (no)
{
...
....
}
return no;
}