Skip to content

UsamaAndroid/markdown_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

markdown_learning

i have learning markdown. excited. See the README.md file.

1- Headings

How to give headings in markdown files ?

Headings 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

2- Block of Words

This is a normal text in Markdown.

This is a block of Special text.

This is a second line

3- Line Breaks

This is a 40 Days long course Data Science with python AKA Python_ka_Chilla_with_Baba_Ammar.
This is a 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 use these symbols _ (underscores)

BOLD

Italic

write in comments with bold and Italic with underscores

6- Bullets points/lists

  • 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

  1. Day1
  2. Day2
    1. Day2a
    2. Day2b
  3. Day3
  4. Day4

line breaks or page breaks

This is page 1.


This is page 2.


This is page 3.


8- LInks and Hyperlinks

https://www.youtube.com/watch?v=qJqAXjz-Rh4&list=PL9XvIvvVL50HVsu-Ao8NBr0UJSO8O6lBI&index=20&ab_channel=Codanics

To watch this CHilla Click Here

This is the channel of Ammar BAba: here

9- Images and Figures with Link

To join this Chilla please scan QR and join Telegram group:

QR

how to comment out a markdown line ? and it's shortcut ?

10- Adding code or Code Block

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)

11- Adding Tables

species P len P width
virginica 18.2 19.4
santosh 21.4 232
Abeel 1.0 4.4
Chilla same all

12- Contents

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

13- Install Extension

Sample Text

Image

About

i have learning markdown. excited. See the README.md file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors