Under line will be only for one or two hashes.
Single Asterik
Single asterik is for itlic, to emphisize on something.
Double Asterik
Double asterik is for bold to strongly emphisize on something.
Tripple Asterik
Tripple asterik is for bold and itlic, to combined emphisize on something.
Two tilted signs arround the text to mark it like this
This is the marked text
- This is the first list item.
- This is the second list item.
- Plus
- Minus
or
- Asterik sign for the points
This is the simple link
This is the link with title. You can check it with
With formatting
Column1 | Column2 | Column 3 |
---|---|---|
Row1 | ||
Row2 | ||
Row3 |
Without formating
Column1 | Column2 | Column3 |
---|---|---|
hello | from | user |
1 | 2 | 3 |
// This is the code block for C++
#include<iostream>
using namespace std;
int main(){
cout<<"I love c++";
return 0;
}
Python Code Block
print("Hello World")
To give under lines we can use underscore
Asterik
Minus sign
Blocks are added with > (greater then) sign.
This is the block
You can also use multiple lines like this.