Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created October 12, 2013 08:36
Show Gist options
  • Save dziudek/6947475 to your computer and use it in GitHub Desktop.
Save dziudek/6947475 to your computer and use it in GitHub Desktop.
Flexible code listing
/**
* Flexible code listing
*/
pre {
background: linear-gradient( rgba(0,0,0,.05) 24px, transparent 24px);
background-repeat: repeat-y;
background-size: 100% 48px;
font-size: 16px;
line-height: 1.5;
}
<!-- content to be placed inside <body>…</body> -->
<pre>function js(id) {
return document.getElementById(id);
}
js('test');
console.log('OK');</pre>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment