Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdown

1- Headings

This how we can add headings in markdown

Heading 2

Headings 3

2- Block of Words

This is a normal text in markdown

This is a special text

this is also specail

3- line break

I'm learning Data science with python also known as python_ka_chilla with baba Ammar\ He is very good teacher.

4- Combine block of word,Headings

This is heading 2

5- Face of text

There are different was to do it. Bold

Italic

Bold and italic you can you undersore(_) for same purpose Bold

Italic

Bold and Italic You also use (Ctrl + b) for bold (Ctrl + i) for italic

6- Bullet points/list

  • Day-1
  • Day-2
  • Day-3
  • Day-4
  • Day-5
    • Day-5a
    • Day-5b
  • Day-6

Numbering list

  1. Day1
  2. Day2
  3. Day3
    1. day-3a
    2. day-3b
      1. 3a(a)
  • one

use (+) to add bullets

7- line break/page breaks

This page 1.




This page 2.


8- Links and hyperlnks

https://www.youtube.com/watch?v=qJqAXjz-Rh4&t=5s

Link of Markdown Language course with sir Ammar

You can watch markdown video by cliking here

9- Images and figer with links

To call me please scan it qr

NUML

10- code or Block of code

This is the code print("I'm Ali")

This shows the color accoriding to python

x = 89
y = 8
z=x+y
print(z+i_+2)

This shows the color accoriding to javascript

x = 89
y = 8
z=x+y
print(z)

11- Adding Tables

Student Roll no City
Ali 2533 Grw
Muhammad 2502 Islamabad
Jafar 2525 Lahore

12- Content

1-headings
2-block-of-words
3-line-break
4-combine-block-of-wordheadings
5-face-of-text
6-bullet-pointslist
7-line-breakpage-breaks
8-links-and-hyperlnks
9-images-and-figer-with-links
10-code-or-block-of-code
11-adding-tables

13 Install extensions

Column A Column B Column C
A1 B1 C1
A2 B2 C2
A3 B3 C3

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors