This \(x^3\) is inline

\[ a^2 +b^2 = c^2 \]

Headings

This part of the document is plain markdown. I can make some things italics and other things bold.

Headings

Sub-headings

  • i can make lists
  • just like before
print("hello world!")
## [1] "hello world!"

Notice the output!