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_aammar.
This is a second line.
Block of words and heading
Bold
Italic
Bold and Italic
Or you can use these symbols _ (Underscore)
BOLD
Italic
write in comments about BOld and Italic with underscore
- Day-1
- Day-2
- Day-3
- Day-4
- Day-5
- Day-5a
- Sub list (Anything)
- Day-5b
- Day-5a
- Day-6
- Day-7
using *or+
- One
- One
Numbering of lists
- Day1
- Day2
- Day3
- Day4
- Day5
- Day5a
- Day5b
- Day6
- Day7
- Day8
This is page 1.
This is page 2.
https://www.youtube.com/c/codanics/playlists
The playlist of python ka chilla is here
This whole course is here.
To join this course please scan the following QR code and join telegram group:
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 = 3-2
z= x+y
print(z)
This code with show color according to python language syntax
x = 5+6
y = 3-2
z= x+y
print(z)
This code with show color according to R language syntax
x = 5+6
y = 3-2
z= x+y
print(z)
species | petal_length | sepal_length |
---|---|---|
virginica | 18.2 | 19.2 |
setosa | 15.1 | 17.2 |
versicolor | 12.2 | 12.2 |
virginica | 18.2 | 19.2 |
setosa | 15.1 | 17.2 |
versicolor | 12.2 | 12.2 |
1- Headings
2- Block of words/Citation
3- Line breaks
4- Combine two things
5- Text Face
6- Bullet
7- line/page breaks
8- Links
9- Figure links
10- Code/code blocks
11- Tables
Sample Text
Bold
Italic
Italic and 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 |