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 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")
}
Markdown can be used to make bullet lists:
and numbered lists:
Click here to see more markdown files.
Other pages in this site can be referenced as well.
Images: