This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Usage sample: http://jsfiddle.net/ibrahimislam/c9snLshw/2/ */ | |
/* Get the markdown parsed from api.github.com/markdown */ | |
.highlight pre { | |
padding: 16px; | |
overflow: auto; | |
font-size: 85%; | |
line-height: 1.45; | |
background-color: #f7f7f7; | |
border-radius: 3px; |