headings

sub headings

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

  • I can make lists
  • Just like before

Rcode

print("hello world!")
## [1] "hello world!"

Notice the output!

Everything else is markdown

Equations are special

This \(x^2\) is inline

This equation is standalone \[ a^2 + b^2 = 10 \]

$ is text

\(10\) uses math mode