Skip to content

thaovan535353/Write_README.MD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Introduction to README.MD file

Bold text with **

I have been living in France for many years.

Create a line break with <br>

I have been living in France for many years.
I like this country.

Make color for a group of words in a text

  • use $..$ for inline code and $$..$$ for centered
    $My name is$ Van. I'm 28 years old
    $$My name is$$ Van. I'm 28 years old
  • use \color{color}{text}
    $\color{red}{My name is}$ Van. I'm 28 years old
    $$\color{blue}{My name is}$$ Van. I'm 28 years old
  • use \ between text as a space (or \ \ for double space)
    $\color{red}{My \ name \ is}$ Van. I'm 28 years old
    $$\color{blue}{My \ name \ is}$$ Van. I'm 28 years old

Underline a text

I love you so much

Underline and bold a piece of text

I love you so much

Insert a link

Block code

use ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors