This is just a practice Blog Post to figure out how it works

Section one

Here’s a table:

Number Next number Previous number
Five Six Four
Ten Eleven Nine
Seven Eight Six
Two Three One

Here’s a picture of a crepe! Crepe

Here’s a code chunk:

var fun = function(x) {
  return(x + 5);
}
foo(3)

Notification Boxes

Note: This is a notification box.

Warning

Warning: This is a warning box.

Error

Error: This is an error box.