The beginning

  • You can italicize with * in front and back of text

    • Itali
  • You can bold with ** in front and back of text

    • Bold
  • You can italicize AND bold with *** in front and back of text

    • ItaliBold

Numbered, unnumbered, nested lists. And blocked quotes

  1. You can have a numbered list with just a 1. in the front

  2. And here with 2. in front after having a space between the two lines

    • You can also nest with an indentation

And you can have blocked quotes with a > at the front

x + y = 5

\[x + y = 5\]

URL

For URLs you gotta have [] and then () where you insert link into parentheses and hyperlink name into the square brakcets

Link to google

For showing files you gotta have an “! []” followed by”()“. In parentheses you put in file name or link with image

A kitten
A kitten
Boxes of apples
Boxes of apples

Math Code

In- line text is done by “$” in between the text (no spaces)

For standalone lines you use $$

Maths uses LATEX

I can have \(a^2+b^2=c^2\) or \[a^2+b^2=c^2\]

Interesting part is having r sections

print("Hello World")
## [1] "Hello World"