Markdown tutorial practice

这是预览模式

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

无序列表

  • 文本1
  • 文本2
    1.嘻嘻
  • Indented item
    2.哈哈
  • 文本3

有序列表

  1. 文本1

1.1. 文本12
1.2. 文本13
嘻嘻

  1. 文本2
    哈哈

A blockquote


  
  
  1. 文本3

http://www.baidu.com
世界是平坦的
[1]: https://en.wikipedia.org/wiki/Hobbit#Lifestyle
* without
this is a link 百度1
http://www.baidu.com
百度

引用

一盏茶,一片昏黄;一,一杯淡茶。守着那一份淡定,品读属于自己的寂寞。保持淡定,才能欣赏到最美丽的风景!保持淡定,人生从此不再寂寞

诗的引用

照吃白体彩云间

千亿江陵一日还

粗体和斜体

一盏灯, 一片昏黄;

代码引用

hello world

多段代码引用

    [[UNUserNotificationCenter currentNotificationCenter] getNotificationSettingsWithCompletionHandler:^(UNNotificationSettings * _Nonnull settings) {
        // Do nothing temporarily
        NSLog(@"Notification settings: %@", settings);
        if (settings.authorizationStatus == UNAuthorizationStatusAuthorized) {
            dispatch_async(dispatch_get_main_queue(), ^{
                [[UIApplication sharedApplication] registerForRemoteNotifications];
            });
        }
    }];

表格

dog bird cat
foo foo foo
bar bar bar
baz baz baz
时间 地理 人和

显示链接中带括号的图片

![][1]
[1]: http://latex.codecogs.com/gif.latex?\prod%20(n_{i})+1

段落

这是一段话

嘻嘻福建省打两份交了
圣诞节浪费家的设计费暗恋橘生的房间里就

review

Here's a heading

Paragraph

I really like using Markdown.

I think I'll use it to format all of my docments from new on

Don's put tabs or spaces in front of your paragraphs.

Keep lines left-aligned like this.

Line Break

This is the first line.
And this is the second line.
First line with two spaces after.
and the next line.
First line with HTML tag after.
And the next line.

Blod

I just love bold text.
I just love bold text.
Love is bold.

Italic

Italicized text is the cat's meow

bold and Italic

This text is really important

Reference

Dorothy followed her through many of the beautiful rooms in her castle.

The witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

the quarterly results look great!

  • Revenue was off the chart.
  • Profits were higher than ever.

Everything is going arrording to plan.

1. First item
1. Second item

  • First item
  • Second item
  • Third item
  • this is the first list item.
  • Here's the second list item.
    I need to add another paragraph below the second item.
  • And here's the third list item.

Links

this is a link Markdown语法
https://markdown.com.cn

你可能感兴趣的:(Markdown tutorial practice)