AD

Photo Edit

 

👉How to command in Markdown?

<- - txt - ->


👉Normal text? 

Write the only text become a normal text 


👉Line brake? 

Give to double space in the last line 

Or, use html tag </br>


👉Horizontal rule 

Give a three hipen (---) become a horizontal rule 

Or, use HTML horizontal tag </hr>


👉Heading 

Use  # Symbol in markdown syntax

# one has = h1 

## two has = h2 

### three has = h3 

#### four has = h4 

##### five has = h5 

###### six has = h6 


👉Markdown paragraph

Use html para tag <p> tag </tag>


👉 italic 

You can use italic text to become first under-square and give some text end under-square.

Example: _ This is an italic text _


👉strong or bold text 

First and end give two under square symbols middle text.


Ex. _ _ this is bold text _ _ 



👉Strikethrough

Text line first and end give till (~) symbols.

 

Ex. ~~ Strikethrough text ~~ 



👉Line code block 

Write a code but use a backtick code  block 

 Ex. ` <h1> code </h1>`


👉Multiple code block 

Multiple code block writing uses three backticks (```) in code block first writing this code name. such as HTML, CSS, JavaScript 

Ex. 

```html          ```CSS ``` JavaScript 

<code> <code> <code>

``` ``` ```


👉List 

i) Markdown ordered list item direct writing list.

Ex. 1. Apple 

2. banana

3. Mango 

  1. Order list sub-order list. Order list goes and gives two spaces in the list item. 

Ex. 1.item1 

2. Item2 

1.item1.1 

2. Item 1.2

3.Item3 



👉 unorder list 

Give a one-hyphen symbol in an item to become an unordered list 

Ex. 

  • - item1 

  • - item2 

  • - item 3 

  • -item 4 



👉 task list 

 Give a square bracket and a middle [x] symbol 

Ex.

-- [x] Task1 

-- [x] Task 2

-- [x] Task 3 



👉 Automatic link 

Use direct links to become Automatic Link 


👉 disable Link 

Use the link first and end the backtick to become a disabled link 

Ex. 

`link`


👉Markdown link syntax 

 [text](link)


👉 image

![alt text ] (image) 

or 

You  can use HTML image tag in markdown text 


👉Email 

Copy an emoji and past your favorite place


👉Table 

Use | text | text | if you make heading give under | - - - - | - - - -|- - - -| and then writing your table value | text | text |  

Ex. 


  | Name | Email |

|- - -  -| - - - -| 

|swapnil | xy@gmail.com |

| ahmed | | z@gamil.com|




👉Helpful Video Tutorial from Anisul islam





Post a Comment

Previous Post Next Post