Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 1.51 KB

guid.md

File metadata and controls

72 lines (54 loc) · 1.51 KB

Headline

paragraph (空格:空行) hello

(Line Break:在一行的末尾添加两个或多个空格,然后按回车键)qweqwe

I just love bold text.

Italicized text is the cat's meow.

This text is really important.

这是加粗 这也是加粗 这是倾斜 这也是倾斜 这是加粗倾斜 这是加删除线






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

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.

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 according to plan.

  • First item
  • Second item
  • Third item
    • Indented item
    • Indented item
  • Fourth item
  1. Open the file.

  2. Find the following code block on line 21:

    <html>
      <head>
        <title>Test</title>
      </head>
    
  3. Update the title to match the name of your website.

这是一个链接 Markdown语法

```python
#!/usr/bin/env python3
print("Hello, World!");
```
$(document).ready(function () {
    alert('RUNOOB');
});