Skip to content

Latest commit

 

History

History
105 lines (96 loc) · 2.26 KB

new_file.md

File metadata and controls

105 lines (96 loc) · 2.26 KB

start of file.....


this is a heading

Go to..

section 1

section 2

section 3

section 4

section 5

section 6

section 7

section 8


section 1

in this section we will talk about bold, italics and line break.

1.1

this is bold text

1.2

this is italics text

1.3

i want bold and italics both


section 2

In this section we will talk about block quotes.

2.1

this is a blockquote. means here the content will be displayed as a block.

can be use to write the summary/highlighs of the page

2.2

learn how to form a nested blockquote.

this is a nested blockquote.

nested blockquote means a blockquote within a blockquote.


section 3

in this section, we will see how to form a list

3.1

ordered list with sublist

  1. apple
  2. mango
    1. colour1 : yellow
    2. colour2 : orange
    3. colour3 : green
  3. banana
  4. orange

3.2

unordered list with sublist

  • item 1
    1. color1
    2. color2
  • item 2
    • color1
    • color2
  • item 3

section 4

in this section we talk about codeblocks.

this is a code block 
as it is indented to 1 tab 

section 5

5.1

we create a link Google

this is harshil's github profile

5.2

adding a title to the link my github profile


section 6

in this section, we will convert url, email to links rather than being a simple text over here. here we will use angular brackets as shown

my email : [email protected]


section 7

adding images :

here alternate text comes

section 8

adding table.

heading1 heading 2 heading 3
a11 a12 a13
a21 a22 a23
a31 a32 a33

.....end of file