Markdown Example


An example header

A sub-heading

Another sub-heading

A smaller sub-heading


Emphasis

To emphasize some words with italics simply surround them with single asterisks or underscores.

In order to make words bold then surround them with double asterisks or underscores.


Code Snippets

Code can be easily formatted in markdown as well. It can be inline code, or it can be code blocks:

object MarkdownExample extends StaticPage {

  override def pageSettings =
    super.pageSettings.withTitle("Markdown Example")
}

Lists

Markdown can be used to make bullet lists:

and numbered lists:

  1. One.
  2. Two.
  3. Three.

Links and Images

Click here to see more markdown files.

Other pages in this site can be referenced as well.


Images:

example image