Skip to content

webtragic/markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

0- contents

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

1- Heading in Markdown

How to give heading in markdwon files?

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

2- Block of Words

This is a normal text in Markdown

This is a block of special text

this is a second line

3- Line Breaks

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

4- Combine Two Things

Blocks of Words and heading

Heading 2

5- Face of text

Bold

Italic

Bold and Italic

or you can use these symbols _(Underscore)

Bold

italic

bold and italic

6- Bullet Points / Lists

  • Day-1
  • Day-2
  • Day-3
  • Day-4
  • Day-5
    • Day-5A
      • Anything write as sub list
    • Day-5b
  • Day-6
  • Day-7

Using * or +

  • One
  • Two
  • Three

Numbering of lists

  1. Day-1
  2. Day-2
  3. Day-3
  4. Day-4
  5. Day-5
    1. Day-5A
    2. Day-5B
  6. Day-6

7- Line or Page Breaks

this is page one.

this is page two.


this is page three


this is page four

8- Link and HyperLinks

https://www.youtube.com/channel/UCplKatxJMMI8OUikVfSxbZQ

My Channel is here click

This whole videos is here

9- Images and Figures with link

To study the databse check the image: Database

<! -- your comment --> .

sifatullah

10- Adding Code or code block

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)

11- Adding Tables in Markdown

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

13- isntall extensions

**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

For Anykind of project or help you can ping me on my whatsapp Number +923450247479

About

Detailed Practice and cheat sheet of markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages