my doc

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

lists

  • i can make lists
  • just like before

using r

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

Notice the output!