Skip to content

Latest commit

 

History

History
135 lines (95 loc) · 1.79 KB

README.md

File metadata and controls

135 lines (95 loc) · 1.79 KB

markdown-cheatsheet

1-Headings

How to give headingsa in markdown file?

heading 1

heading 2

heading 3

heading ?

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 a course

this is a second line

4- combine two things

Block of words and headings

Heading 2

5- Face of text

Bold

Italic

Bold and Italic

Or you can use these symbols _ (underscore)

bold

Italic

6- Bullet points/ lists

  • Day1
  • Day2
  • Day3
    • Day4a (sublist)
    • Day4b
  • Day5
  • Day6

using *or+ sign

  • one

Numbering of lists

  1. Day1
  2. Day2
  3. Day3
    1. day3a
    2. day3b

line braeks and page breaks

This is page 1.



This is page 2

8- Links and Hyperlinks

https://twitter.com/hirakhaniazi

My twitter link is here

9- images and figures with links

To join this channael, please scan the following QR code: QR

Online picture:

hirakhaniazi

10- Adding code or code block

To print a string use `print ('hira')`

x= 5=4 y=5-4 z=4=7 print(z)


```python
x= 5=4
y=5-4
z=4=7
print(z)

this code show color R language syntax

x= 5=4
y=5-4
z=4=7
print(z)

11- Adding tables

Species Petal_length Sepal_length
Virginica 18.3 19.4
Setosa 18.2 19.2
vwersicolor 18.0 15.2

Content

1-Headings
2-Block of words
3-Line breaks
4-Combine two things

13- Install extensions

Sample Text

bold

italic

link

image