JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="container">
<h2>Cheesy McBreazy Hits Number One</h2>
<p>I love cheese, especially jarlsberg cheese strings.</p>
<p>Babybel say cheese cheese and biscuits. Stilton cream cheese mascarpone camembert de normandie gouda macaroni cheese cauliflower cheese brie. Pepper jack say cheese cheddar chalk and cheese goat edam danish fontina pecorino. Cut the cheese ricotta cheesy grin cheesecake mascarpone squirty cheese.</p>
<p>Cottage cheese hard cheese mozzarella. Paneer caerphilly fromage cauliflower cheese stinking bishop cow lancashire manchego. Cheesy feet st. agur blue cheese everyone loves monterey jack airedale cheese slices cream cheese pepper jack. Goat cottage cheese babybel cow.</p>
<h2>The Fungi Don't Get Along</h2>
<p>Caerphilly monterey jack ricotta. </p>
<p>Cheddar cow st. agur blue cheese. Fondue halloumi cream cheese mascarpone danish fontina cheese on toast babybel melted cheese. Who moved my cheese say cheese caerphilly brie dolcelatte camembert de normandie macaroni cheese when the cheese comes out everybody's happy. Fondue ricotta port-salut cheesecake edam fromage frais.</p>
<p>Babybel say cheese cheese and biscuits. Stilton cream cheese mascarpone camembert de normandie gouda macaroni cheese cauliflower cheese brie. Pepper jack say cheese cheddar chalk and cheese goat edam danish fontina pecorino. Cut the cheese ricotta cheesy grin cheesecake mascarpone squirty cheese.</p>
<figure>
<img src="http://www.murrayscheese.com/site/images/items/20123900000.0.jpg?resizeid=3&resizeh=600&resizew=600" alt="">
<p>The meaning of life can be found in a good gouda</p>
</figure>
<h2>When All Else Fails, Pepper Your Jack</h2>
<p>Who moved my cheese babybel fondue? </p>
<p>Brie mozzarella manchego emmental hard cheese hard cheese cheese slices roquefort. Melted cheese parmesan cut the cheese cheese on toast boursin croque monsieur cheese slices cauliflower cheese. Gouda say cheese squirty cheese croque monsieur manchego chalk and cheese halloumi brie. Manchego airedale red leicester.</p>
<p>Boursin fromage frais ricotta. Monterey jack boursin fondue st. agur blue cheese paneer monterey jack monterey jack emmental. Say cheese port-salut smelly cheese cauliflower cheese fromage cheese triangles bocconcini macaroni cheese. Croque monsieur smelly cheese cheese and wine rubber cheese cheesecake smelly cheese.</p>
</div>
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i');
body {
font-family: Alegreya;
}
.container {
width: 70%;
margin: 0 auto;
}
h2 + p {
font-weight: 400;
color: #AF773C;
text-transform: uppercase;
}
figure {
margin: 0;
border: 1px solid lightgrey;
padding: .5em;
display: inline-block;
}
figure p {
font-style: italic;
}
Also see: Tab Triggers