Markdown Cheat-Sheet - MD
Markdown Cheat-Sheet - MD
1. Text Formating
Strike through :- Double ~ . ~~This is Bold~~ This is example strike through text.
Bold Italic | Bold Underline | Bold italic Underline | Italic Underline | Italic Strike through |
Bold Strike through | Bold Italic Strike through
2. Headings
# Heading One
## Heading Two
### Heading Three
#### Heading Four
##### Heading Five
##### Heading Six
Heading Two
Heading Three
Heading Four
Heading Five
Heading Six
3. Lists
**Ordered List** Created by numeric leading
1. First order list item
2. Another first order list item
1. Nested list item created by space indentation
2. Second order another item
5. Links
6. Images

+ If we write image inside <span> tag, it will create inline-image of original size.
<span> </span> <span></span>
```langName/ext
... code boy ...
```
8. Table
+ **Simple table** -- cell is created using three `dash` and seperating `pipe`.
Simple table -- cell is created using three dash and seperating pipe .
1 2 3
Data 2
Data 1 Data 2.1
Data 2.2
9. Blockquotes
> Greater than sign is used to make blockquote. A line break will seperate blockqotes intwo
two.
One linebreak creates a newline. This is new line created by single line break.
11. CheckBoxes
+ Wrap span tag, to apply any custom styling. Such as primary, secondary and tertiary co
<span>
|||
|---|---|
|Column One|Column Two|
</span>