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
- firstly
- second thing
Inserting stuff
Images from desktop

Jake the dog reading
Images from web

Stray kids
Types of text
normal text
Block of text
- first item
- Second item
- first item in sub-list
- second item in sub-list
- 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