Markdown

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Alt-H1

Alt-H2

Horizontal Rules




Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

First level

Second level

Third level

Fourth level

Fifth level

Lists

Unordered

  • level 1 with +
    • level 2
      • level 3
        • level 4
          • level 5
  • level 1 with *
  • level 1 with +

Ordered

Using incremental number 1, 2, 3, …

  1. First
  2. Second
  3. Third

Using only a number 1, 1, 1, …

  1. First
  2. Second
  3. Third

Or, with offset, 5, 6, 7, …

  1. fifth
  2. sixth
  3. seventh

Check list

  • Task 1
  • Task 2
  • Task 3

Code

Inline code

Indented code

// Some comments
line 1 of code
line 2 of code
line 3 of code

Block code

Sample text here...

Syntax highlighting

var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

Tables

NameAgeCity
Alice25New York
Bob30London

Aligned columns

No alignLeft alignedRight alignedCentered
Foofoofoofoo
Barbarbarbar

https://www.google.com/

link text

Images

Minion

Load images in the same folder: ![HUGO](./hugo.jpg)

HUGO

Load images in the static folder: ![HUGO](/hugo.jpg)

HUGO


最終更新 December 31, 2025: init (fc94d29)