Markdown 学习

(Problems with Indentation, four spaces lead to a box)

Title Test (Atx-like):

Head 1

Head 2

Head 3

Head 4

Head 5
Head 6

Title Test (Setext-like):

This is an H1

This is an H2

Font Test

两个黄鹂鸣翠柳一行白鹭上青天
窗含西岭千秋门泊东吴万里船

Unordered List Test

  • apple
  • banana
  • coconut
  • 4
  • 5
  • 6

Ordered List Test

  1. Bird
  2. Michelle
  3. Trump

Hyperlink Test:

This is a link to Baidu
See Duty for terms and agreements.
http://zh.wikipedia.org/
h11653@qq.com

Image Test:

This is an image
This is an image

Blockquote Test:

This is a quotation
This is another quotation,
quotation continues.

Embedded quotation.

Code line quotation Test:

prinf("Hello World!")

Code block quotation Test:

#include <stdio.h>
int main()
{
    printf("Markdown is interesting!");
    return 0;
}

Special Character Test:

AT&T
Windows©

Paragraph Test:

The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. (CRLF)
The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog. The quick fox jumps over a lazy dog.

Horizontal line Test:

aaa


bbb


ccc


ddd

Reference:

Wowubuntu

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容