Skip to content

mohsinbhatti142/Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdown

  • #Cheat Sheet

12- Contents

Contents
1-Heading
2- Block of Codes
3- Line Break
4- Combine two things
5- Face of text
6- Bullet points or lists
7- Links or Hyperlinks
8- Images and figures with links
9- Comment a line
10- Adding code or code block
11-Adding Tbales
13- Install extensions

1. Headings

2. Block of codes

1

2

3. Line Breaks

This is a google colab ipynb file.
This is very important.

4. Combine two things

Block of words and headings

Headings

5. Face of Text

Bold
Italic
Bold and Italic

Bold( 8)
Italic (8)
Bold and italic(8)

Or i can use other symbols
Bold
italic
bold and italic

6. Bullet points or lits

  • Day 1
  • Day 2
  • Day 3

7- Links and Hyperlinks

https://docs.python.org/3/tutorial/interpreter.html

You can read all documents of python click here

This file is here

8- Images and figures with links

scan this QR code to join class: QR

for online picture link

pic

9- comment a line

<-- # This is a commented-out heading -->

10- Adding code or code block

To print a string use print("Mohsin")

this is simple code

a= 10
b= 5
c = a+b
print(c)

this code with show color with python

a= 10
b= 5
c = a+b
print(c)

11- Adding Tables

species petal sepal
ok 2 3
yes 5 7

13- install extensions

sample test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published