MarkDown practice

2014-12-18  本文已影响0人  CJLiu

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**

order list is funny

  1. liucj
  2. 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.

  1. come on world.

  2. I am not afraid of you.

  3. I am gonna conquer you, bitch.

  4. hello 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
上一篇 下一篇

猜你喜欢

热点阅读