i have learning markdown. excited. See the README.md file.
How to give headings in markdown files ?
This is a normal text in Markdown.
This is a block of Special text.
This is a second line
This is a 40 Days long course Data Science with python AKA Python_ka_Chilla_with_Baba_Ammar.
This is a second line.
Block of words and heading
Bold Italic Bold and Italic
OR you can use these symbols _ (underscores)
BOLD
Italic
write in comments with bold and Italic with underscores
- Day-1
- Day-2
- Day-3
- Day-4
- Day-5
- Day-5a
- Day-5b
- Day-6
- Day-7
- Day-7a
- Day-7b
using *or+
*one
*two
+One
+two
Numbering of lists
- Day1
- Day2
- Day2a
- Day2b
- Day3
- Day4
line breaks or page breaks
This is page 1.
This is page 2.
This is page 3.
8- LInks and Hyperlinks
To watch this CHilla Click Here
This is the channel of Ammar BAba: here
To join this Chilla please scan QR and join Telegram group:
how to comment out a markdown line ? and it's shortcut ?
To print a string use 'print("Codanics")'
print("Codanics")
This code will show color according to language mentioned syntax Ook
x = 5+5
y = 5/3
z = x-y
print(z)x = 5+5
y = 5/3
z = x-y
print(z)x = 5+5
y = 5/3
z = x-y
print(z)x = 5+5
y = 5/3
z = x-y
print(z)| species | P len | P width |
|---|---|---|
| virginica | 18.2 | 19.4 |
| santosh | 21.4 | 232 |
| Abeel | 1.0 | 4.4 |
| Chilla | same | all |
1- Headings
2- Block of Words
3- Line Breaks
4- Combine two things
5- Face of Text
6- Bullets points/lists
10- Adding code or Code block
11- Adding Tables
Sample Text
