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
How to Headings in markdown files ?
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
This is 40 days very long course data science with python AKA
python_ka_chilla with Baba_Ammar.
This is second line.
Block of words and heading
Bold
Italic
Bold and Italic
Or you can also use these symbols
__(underscope)
Bold
Italic
Bold and Italic
- Day 1
- Day 2
- Day 3
- Day 4
- Day 4a
- Day 4b
- Sub List(Anything)
- Sub Sub List (Anything)
- Sub List(Anything)
- Day 5
- Day 6
- Day 7
- Day 8
using * or +
- faisal
- Waqar
Numering of lists
- Day 1
- Day 2
- Day 3
- Day 4
- Day 4a
- Day 5
- Day 6
This is Page1.
This is Page2.
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
To join this course please scan the folling QR Code
Task: How to comment out a Markdown line? and its shortcut ?
Online picture:
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)| Species | Petal_length | Sepal_length |
|---|---|---|
| Group1 | 22 | 236 |
| Group2 | 3 | 2 |
| Group3 | 44 | 28 |
| Group4 | 23 | 23 |
| Group5 | 55 | 11 |
After Extension you can right click on any text or can use the shortcuts of MS words
sample text
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 |
