Markdown is a lightweight and easy-to-use syntax for styling all forms of writing on the GitHub platform.
CJL[for the head 1]
CJ [for the head 2]
The blockquotes
echo "hello word";
italic shape
bold shape
** the bold and italic bold**
- unordered item
- unordered item
- the same unordered item just different mark '-'
order list is funny
- liucj
- cj2
Notion: use line break to separate two environment, and the line break won't add into the content
the nested list using indent by two space before number.
come on world.
I am not afraid of you.
I am gonna conquer you, bitch.
hello world.
- I love you.
- I love world
Coding format
Here's an idea: why don't we take SuperiorProject
and turn it into **Reasonable**Project
.
the key characters in the backticks were not translated to its function
Multiple line codes
#include <iostream>
#include <string>
using namespace std;
cout<<"hello world"<<endl;
if (isAwesome){
return true
}
Create links
you can create line link by wrapping link text in the brackets ([]
), then wrapping the link in the parenthesis(()
)
just like this: you can browse my homepage.
Table
i forget this point, table, tabular
i realized that i can't and pics.
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |