- Markdown - you can mark up titles, lists, tables, etc., in a much cleaner, readable and accurate way if you do it with HTML.
=============================
- Getting started with Markdown
- Titles
- Paragraph
- List
- Link
- Blockquote
- Image | GIF
- Style Text
- Code
- Table
- Escape Characters
- Emoji
- Shields Badges
- Markdown Editor
- Some links for more in depth learning
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
The greatest glory in living lies not in never falling, but in rising every time we fall.
*The greatest glory in living lies not in never falling, but in rising every time we fall.*
The way to get started is to quit talking and begin doing.
**The way to get started is to quit talking and begin doing.**
strikethrough text
~~strikethrough text~~
ALT + F4
<kbd>ALT + F4</kbd>
normal text subscripted normal text
normal text <sub>subscripted</sub> normal text
normal text superscripted normal text
normal text <sup>superscripted</sup> normal text
Successful people do what they like to do also they do what they feel correct for their business. If you look in the dictionary for the meaning of the word success then you will find that it means the achievement of one's goal or aim. So, basically, anyone can achieve success by simply achieving their aim or goal.
People experience success because they've achieved a level of natural self-confidence that allows them to take meaningful action. They've achieved a level of natural self-confidence that allows them to trust their behavior, rather than focusing on the outcome of that behavior.
Successful people do what they like to do also they do what they feel correct for their business. If you look in the dictionary for the meaning of the word success then you will find that it means the achievement of one's goal or aim.
People experience success because they've achieved a level of natural self-confidence that allows them to take meaningful action.
-
First ordered list item
-
Another item
- Unordered sub-list.
-
Actual numbers don't matter, just that it's a number
- Ordered sub-list
-
And another item.
1. First ordered list item 2. Another item * Unordered sub-list. 1. Actual numbers don't matter, just that it's a number 1. Ordered sub-list 4. And another item.
Some text that should be aligned with the above item.
Some text that should be aligned with the above item.
- Unordered list can use asterisks
- Or minuses
-
Or pluses
* Unordered list can use asterisks - Or minuses + Or pluses
- Today's
- date is:
-
Monday
-
16th January 1991
- hello! how are
- how are you?
- Hope doing well
1. Today's 2. date is: * Monday * 16th January 1991 - hello! how are - how are you? - Hope doing well
-
-
Item A
-
Item B
-
Item C
- [ ] Item A - [x] Item B - [x] Item C
[I'm an inline-style link](https://www.github.com)
[Metric](https://en.wikipedia.org/wiki/Metric_(mathematics))
[Metric](https://en.wikipedia.org/wiki/Metric_%28mathematics%29)
[I'm a reference-style link][Arbitrary case-insensitive reference text]
You can use numbers for reference-style link definitions
[You can use numbers for reference-style link definitions][1]
Or leave it empty and use the link text itself
Or leave it empty and use the [link text itself]
URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or http://www.example.com and sometimes example.com (but not on Github, for example).
URLs and URLs in angle brackets will automatically get turned into links.
http://www.example.com or <http://www.example.com> and sometimes
example.com (but not on Github, for example).
Some text to show that the reference links can follow later.
[arbitrary case-insensitive reference text]: https://www.mozilla.org
[1]: http://slashdot.org
[link text itself]: http://www.reddit.com
Blockquotes are very handy in email to emulate reply text. This line is part of the same quote. This line is also part of the same quote.
This line too.
Quote break.
This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.
>Blockquotes are very handy in email to emulate reply text.
>This line is part of the same quote.
>This line is also part of the same quote.
>>This line too.
>Quote break.
>This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote.
- Definition list
- Is something people use sometimes.
- Markdown in HTML
- Does *not* work **very** well. Use HTML tags.
<dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>
<dt>Markdown in HTML</dt>
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>
Three or more...
---
Hyphens
***
Asterisks
___
Underscores
Here's a line for us to start with.
This line is separated from the one above by two newlines, so it will be a separate paragraph.
This line is also a separate paragraph, but... This line is only separated by a single newline, so it's a separate line in the same paragraph.
Here's a line for us to start with.
This line is separated from the one above by two newlines, so it will be a *separate paragraph*.
This line is also a separate paragraph, but...
This line is only separated by a single newline, so it's a separate line in the *same paragraph*.
public static void main(String[] args) {
//TODO
}
```java
public static void main(String[] args) {
//TODO
}
```
var s = "JavaScript syntax highlighting";
alert(s);
```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```
s = "Python syntax highlighting"
print s
```python
s = "Python syntax highlighting"
print s
```
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
```
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
```
<milaanparmar9@gmail.com>
Column 1 | Column 2 | Column 3 |
---|---|---|
Row 1 Column1 | Row 1 Column 2 | Row 1 Column 3 |
Row 2 Column1 | Row 2 Column 2 | Row 2 Column 3 |
|Column 1|Column 2|Column 3|
|---|---|---|
|Row 1 Column1| Row 1 Column 2| Row 1 Column 3|
|Row 2 Column1| Row 2 Column 2| Row 2 Column 3|
Colons can be used to align columns.
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1900 |
col 2 is | centered | $12 |
col 1 is | left-aligned | $1 |
| Tables | Are | Cool |
|:------------- |:-------------:| ------:|
| col 3 is | right-aligned | $1900 |
| col 2 is | centered | $12 |
| col 1 is | left-aligned | $1 |
The outer pipes |
are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty |
---|---|---|
Still | renders |
nicely |
1 | 2 | 3 |
\Markdown | Less | Pretty
--- | --- | ---
*Still* |renders
| nicely
\1 | 2 | 3
column 1 | column 2 | column 3 |
---|---|---|
row 1 - column 1 | row 1 - column 2 | row 1 & 2 - column 3 |
row 2 - column 1 | row 2 - column 2 |
<table>
<tr>
<th>column 1</th>
<th>column 2</th>
<th>column 3</th>
</tr>
<tr>
<td>row 1 - column 1</td>
<td>row 1 - column 2</td>
<td rowspan="2" align="center">row 1 & 2 - column 3</td>
</tr>
<tr>
<td>row 2 - column 1</td>
<td>row 2 - column 2</td>
</tr>
</table>
column 1 | column 2 | column 3 |
---|---|---|
row 1 - column 1 | row 1 - column 2 & 3 | |
row 2 - column 1 | row 2 - column 2 | row 2 - column 3 |
<table>
<tr>
<th>column 1</th>
<th>column 2</th>
<th>column 3</th>
</tr>
<tr>
<td>row 1 - column 1</td>
<td colspan="2" align="center">row 1 - column 2 & 3</td>
</tr>
<tr>
<td>row 2 - column 1</td>
<td>row 2 - column 2</td>
<td>row 2 - column 3</td>
</tr>
</table>
Image: description

***Image:*** *description*
<img src="https://media.giphy.com/media/XRB1uf2F9bGOA/giphy.gif" width=200/>
Hi-Five |
| <img src="https://media.giphy.com/media/XRB1uf2F9bGOA/giphy.gif" width="200"/> |
|:--:|
| **Hi-Five** |
Space |
|  |
|:--:|
| *Space* |

Reading is important because it develops your mind and gives you excessive knowledge and lessons of life. It helps you understand the world around you better. It keeps your mind active and enhances your creative ability. Communication Skills: Reading improves your vocabulary and develops your communication skills.
<img src="right-arrow.svg" width="42" height="42">
The seven habits are visualizing, activating schema, questioning, inferring, determining importance, monitoring for meaning and synthesizing. Visualizing allows the student to form mental pictures about what they are reading to aid their comprehension of a text.
<img src="left-arrow.svg" alt="left face" align="left" width="42" height="42">
When you read, you exercise your comprehension abilities and your analytical abilities. It fires up your imagination and stimulates the memory centers of your mind. It helps recall information as well as stabilize your emotions. The importance of a reading habit is that it strengthens mental muscles.
<img src="right-arrow.svg" alt="right" align="right" width="42" height="42">
\ backslash
/ forwardslash
| separator
` backtick
* asterisk
^ power
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark
<a href="http://www.youtube.com/watch?feature=player_embedded&v=YOUTUBE_VIDEO_ID_HERE
" target="_blank"><img src="http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg"
alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a>
Example:
Or, in pure Markdown, but losing the image sizing and border:
[](http://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)
Example:
A full description of TeX math symbols is beyond the scope of this cheatsheet. Here's a good reference, and you can try stuff out on CodeCogs. You can also play with formulae in the Markdown Here options page.
Here are some examples to try out:
<img src="https://latex.codecogs.com/svg.latex?\Large&space;x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}" title="\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}" />



Here is a simple script to convert the equation into html: https://jsfiddle.net/8ndx694g/
Step 1: Paste LaTex Equation
x = a_0 + \frac{1}{a_1 + \frac{1}{a_2 + \frac{1}{a_3 + a_4}}}
Step 2: Click on "Econdode to github render URL"
<img src="https://render.githubusercontent.com/render/math?math=x%20%3D%20a_0%20%2B%20%5Cfrac%7B1%7D%7Ba_1%20%2B%20%5Cfrac%7B1%7D%7Ba_2%20%2B%20%5Cfrac%7B1%7D%7Ba_3%20%2B%20a_4%7D%7D%7D">
Step 3: Copy and Paste genrated URL
See more: https://shields.io/
StackEdit - StackEdit’s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.
📄 Official