YAML, Markdown and chunks
---
title: "Document title"
author: "Lewis Forwarder"
output: html_document
---
---
, ends with ---
field: value
Intuitive language to write, in plain text, a document that is transformed into a report.
Emphasis
*italic* **bold**
_italic_ __bold__
Headers
# Header 1
## Header 2
### Header 3
Unordered List
* Item 1
* Item 2
+ Item 2a
+ Item 2b
Ordered List
1. Item 1
2. Item 2
3. Item 3
+ Item 3a
+ Item 3b
And so much more!