Heading (H1)
Smaller heading (H2)
Even smaller heading (H3)
Even smaller smaller heading (H4)
Lists
Ordered list
- Apples
- Bananas
- Carrots
Unordered list
- Chapter
- Section
- Paragraph
- Section
Task list
- Do my physics HW
- Finish my english paper
- Find sources online
- Write the paper
- Pray
- Do my math HW
Description list
- Sun
- the star around which the earth orbits
- Moon
- the natural satellite of the earth, visible by reflected light from the sun
Code
Inline
This is an example of inline code
.
Code block
Regular block:
1
This is a common code snippet, without syntax highlight and line number.
Specific languages (e.g. Java):
1
System.out.println("Hello world!");
Miscellaneous
Block quote
This is a block quote.1
Tables
Programming Language | Inventor | Useful for |
---|---|---|
Java | James Gosling | Passing the AP |
Python | Guido von Rossum | Training bots |
Wolfram Language | Stephen Wolfram | Doing your homework |
Links
https://yu-dylan.github.io/ or click this.
LaTeX
\[\sum_{n=1}^\infty \frac1{n^2} = \frac{\pi^2}{6}\]Theorem (Quadratic formula). Let $a\neq 0$. Then the two solutions to $ax^2 + bx + c = 0$ are given by
\[x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}.\]