1- Headings
2- block-of-words/Citation
3- line-breaks
4- combine-two-things
5- face-of--text
6- bullet-points--lists
7- line-or-page-breaks
8- link-and-hyperlinks
9- images-and-figures-with-link
10- adding-code-or-code-block
11- adding-tables-in-markdown
How to give heading in markdwon files?
This is a normal text in Markdown
This is a block of special text
this is a second line
This is a line braeks section of markdwon which is nice to learn easy and best.if we want to put line breaks in markdown then we press enter same like MS-word
This is a second line
This is a line braeks section of markdwon which is nice to learn easy and best. we can also use the symbol for newline
This is a second line
Blocks of Words and heading
Bold
Italic
Bold and Italic
or you can use these symbols _(Underscore)
Bold
italic
bold and italic
- Day-1
- Day-2
- Day-3
- Day-4
- Day-5
- Day-5A
- Anything write as sub list
- Day-5b
- Day-5A
- Day-6
- Day-7
Using * or +
- One
- Two
- Three
Numbering of lists
- Day-1
- Day-2
- Day-3
- Day-4
- Day-5
- Day-5A
- Day-5B
- Day-6
this is page two.
this is page three
this is page four
https://www.youtube.com/channel/UCplKatxJMMI8OUikVfSxbZQ
This whole videos is here
To study the databse check the image:
<! -- your comment --> .
to print a string use print("sifat")
:
print("this is markdwon language")
if you want to add block of code then use three blkack ticks
x= 5+3
y= 5+2
z = x+y
print(z)
you can use different programing languges
x= 5+3
y= 5+2
z = x+y
print(z)
using R Language
x= 5+3
y= 5+2
z = x+y
print(z)
using HTML langugage
x= 5+3
y= 5+2
z = x+y
print(z)
using C/C++ syntax
x= 5+3
y= 5+2
z = x+y
print(z)
Species | Petal_length | Sepal_length |
---|---|---|
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
we can chagne allignment by suing " : "
Species | Petal_length | Sepal_length |
---|---|---|
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
virginica | 18.2 | 19.2 |
**sample text **
bold
Column A | Column B | Column C |
---|---|---|
A1 | B1 | C1 |
A2 | B2 | C2 |
A3 | B3 | C3 |
Column A | Column B | Column C |
---|---|---|
A1 | B1 | C1 |
A2 | B2 | C2 |
A3 | B3 | C3 |