Skip to content

Latest commit

 

History

History
213 lines (146 loc) · 3.63 KB

File metadata and controls

213 lines (146 loc) · 3.63 KB

- Contents

1. Heading
2. Block of words
3. Line Breaks
4. Combine two things
5. Face of text
6. Face of text
7. bullet points writing lists
8. links and hyperlinks
9. image and figure with links
10. adding code or code block
11. adding tables
12. install extensions

1-Headings

How to Headings in markdown files ?

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

2-Block of words/Citions

This is normal text in markdown.

This is block of special texts

This is block of special texts

This is block of special texts

This is block of special texts

3- Line Breaks

This is 40 days very long course data science with python AKA python_ka_chilla with Baba_Ammar.
This is second line.

4- Combine two things

Block of words and heading

Heading 2

5- Face of text

Bold

Italic

Bold and Italic

Or you can also use these symbols

__(underscope)

Bold

Italic

Bold and Italic

6- Bullet points/writing lists

  • Day 1
  • Day 2
  • Day 3
  • Day 4
    • Day 4a
    • Day 4b
      • Sub List(Anything)
        • Sub Sub List (Anything)
  • Day 5
  • Day 6
  • Day 7
  • Day 8

using * or +

  • faisal
  • Waqar

Numering of lists

  1. Day 1
  2. Day 2
  3. Day 3
  4. Day 4
    1. Day 4a
  5. Day 5
  6. Day 6

7- Line Breaks or Page Breaks

This is Page1.




This is Page2.

8- Links and Hyperlinks

https://www.youtube.com/watch?v=QvPekMN4F0w&list=PL9XvIvvVL50HVsu-Ao8NBr0UJSO8O6lBI

The playlist of Python_ka_Chilla is here

The Playlist of python ka Chilla is here

If want to use link again and again

This course is here

9-Image and figure with links

To join this course please scan the folling QR Code

QR QR

Task: How to comment out a Markdown line? and its shortcut ?

Online picture:

Codanics

Codanics

10- Adding Code or code block

To print a string use print("Codanics")

print("Hello Baba G")

x= 5+6
y= 4+8
z= x+y
print(z)

This code show show color according to python language syntax

x= 5+6
y= 4+8
z= x+y
print(z)

This code show show color according to R language syntax

x= 5+6
y= 4+8
z= x+y
print(z)
x= 5+6
y= 4+8
z= x+y
print(z)

11- Adding Tables

Species Petal_length Sepal_length
Group1 22 236
Group2 3 2
Group3 44 28
Group4 23 23
Group5 55 11

12- Install Extensions

After Extension you can right click on any text or can use the shortcuts of MS words

sample text

Link

Image

Image

code

code

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