美文网首页
MarkDown practice

MarkDown practice

作者: CJLiu | 来源:发表于2014-12-18 17:24 被阅读0次

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

  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.

  • 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

相关文章

  • Markdown Practice

    Headline Practice The first Headline The second Headline ...

  • Markdown practice

    (一)标题练习 格式:# 空格 标题 article article article article articl...

  • practice markdown

    安卓打包 打包方式 make方式 ant方式 ant方式是基于make方式的比较方便的打包工具 ant打包方式 常...

  • Markdown practice

    This is a text. This is another text. Try a list To do li...

  • MarkDown practice

    Markdown is a lightweight and easy-to-use syntax for styl...

  • Markdown Language Practice Note

    This is just a practice for the Markdown language. mark d...

  • This is a test file

    Hello World. just try to practice the grammar of markdown...

  • Markdown语言写文本

    昨晚在宿舍捣鼓Markdown,写了一个日志:My practice to use Markdown langua...

  • Markdown-Practice

    一级标题 二级标题 三级标题 四级标题 五级标题 六级标题 无序列表 列表一 列表二 列表三 有序列表 1.列表一...

  • Markdown tutorial practice

    这是预览模式 一级标题 二级标题 三级标题 四级标题 五级标题 六级标题 无序列表 文本1 文本21.嘻嘻 Ind...

网友评论

      本文标题:MarkDown practice

      本文链接:https://www.haomeiwen.com/subject/btiotttx.html