This is an example presentation
- this one
- that one
- the other one
Formatting your text works just like you think it would.
Italic, bold, and monospace
.
Block quotes are written like so.
They can span multiple paragraphs, if you like.
function linkify( selector ) {
if( supports3DTransforms ) {
var nodes = document.querySelectorAll( selector );
for( var i = 0, len = nodes.length; i < len; i++ ) {
var node = nodes[i];
if( !node.className ) {
node.className += ' roll';
}
}
}
}
- first item
- second item
- third item
Note again how the actual text starts at 4 columns in (4 characters from the left side). Here's a code sample:
-
First, get these ingredients:
- carrots
- celery
- lentils
-
Boil some water.
-
Dump everything in the pot and do not bump wooden spoon or it will fall.