美文网首页
Markdown tutorial practice

Markdown tutorial practice

作者: xhwASS | 来源:发表于2022-03-28 10:35 被阅读0次

这是预览模式

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

无序列表

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

有序列表

  1. 文本1

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

  1. 文本2
    哈哈

A blockquote

<html>
  <head>
  </head>
  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

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

  • Tutorial on Markdown with GitLab

    This is a tutorial to Markdown written in Markdown:) Btw ...

  • 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...

  • Markdown Tutorial

    一级标题 二级标题 三级标题 四级标题 五级标题 六级标题 列表 文本1文本2 文本3 文本1 文本2 文本3 分...

  • This is a test file

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

网友评论

      本文标题:Markdown tutorial practice

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