Skip to content

Latest commit

 

History

History
93 lines (59 loc) · 1.65 KB

practice.md

File metadata and controls

93 lines (59 loc) · 1.65 KB

Main Heading:

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

Items Lists

  1. This is the first list item.
  2. 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

Icon or images

Inline image with title: alt text

Tables

With formatting

Column1 Column2 Column 3
Row1
Row2
Row3

Without formating

Column1 Column2 Column3
hello from user
1 2 3

Code blocks

// 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")

Under lines

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.

End