Markdown output

First part is all markdown. itallics, bold and itallics+bold all work the same way it did

Lists

  • lists can be made
  • just like before

Unnumbered lists

  • an unnumbered list
  • with multiple items(space between - and item is important)

Numbered Lists

  1. firstly
  2. second thing

Inserting stuff

Images from desktop

Jake the dog reading

Images from web

Stray kids

Types of text

normal text

Block of text

  1. first item
  2. Second item
  • first item in sub-list
  • second item in sub-list
    1. item

R code

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

output shows R code!

math equations

This \(x^2\) is in line

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

This is independent

\[3+9=12\] note: dollar signs can be in separate lines or same