When $a \ne 0$, there are two solutions to (ax^2 + bx + c = 0) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
Welcome to md
1 | Welcome to md |
1 | ![md logo](http://psyyz10.github.io/projects/BC.png "Battle City!") |
This is a overview of how and what you can do with the markdown language.
After every blank line there will be a paragraph
Another paragraph.
1 | This is a overview of how and what you can do with the markdown language. |
Italic, bold, and monospace
.
1 | *Italic*, **bold**, and `monospace`. |
Basic lists:
- first item
- second item
- β¦
1 | Basic lists: |
This is a quote block
and is amazing.A new line can be created with a empty line like the one above
1 | > This is a quote block |
Unicode is amazing. βΊπππ
1 | Unicode is amazing. βΊπππ |
This is a subtitle
1 | This is a subtitle |
Letβs create a ordered list:
- first item
- second item
- third item
- β¦
1 | Let's create a ordered list: |
This is a slighter smaller title
1 | ### This is a slighter smaller title |
Nested lists? Of course!
Some recipe ingredients:
- carrots
- celery
- lentils
1 | Nested lists? Of course! |
You can always link stuff like google.com, or a section heading in the current doc.
1 | You can always link stuff like [google.com](http://google.com), or a [section heading in the current |
Letβs check tables:
size | material | color |
---|---|---|
9 | leather | brown |
10 | hemp canvas | natural |
11 | glass | transparent |
1 | | size | material | color |
A horizontal rule
1 | A horizontal rule |
And note that you can backslash-escape any punctuation characters
which you wish to be displayed literally, ex.: `foo`, *bar*, etc.
1 | And note that you can backslash-escape any punctuation characters |
Latex plugin:
mathjax
$$ a_1 + a_2 = a_3 + a_4$$
$a_1$
1 | $$ a_1 + a_2 = a_3 + a_4$$ |