Skip to content

Commit

Permalink
Merge pull request #2571 from vidriduch/vidriduch/new_single_backtick…
Browse files Browse the repository at this point in the history
…_markdown

Changes single ` markdown highlighting
  • Loading branch information
minrk authored Jun 14, 2017
2 parents 2d14953 + 533aea1 commit 2eed68e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions notebook/static/notebook/less/renderedhtml.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,23 @@
background-color: @rendered_html_border_color;
}

pre {margin: 1em 2em;}
pre {
margin: 1em 2em;
padding: 0px;
background-color: @body-bg;
}

code {
background-color: #eff0f1;
padding: 1px 5px;
}

pre code {background-color: @body-bg;}

pre, code {
border: 0;
background-color: @body-bg;
color: @text-color;
font-size: 100%;
padding: 0px;
}

blockquote {margin: 1em 2em;}
Expand Down

0 comments on commit 2eed68e

Please sign in to comment.