You've arrived at the style showroom of my territory. On display here: every style used throughout this land.

Headings

中文标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

English Headings

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

日本語の見出し

見出しレベル 1

見出しレベル 2

見出しレベル 3

見出しレベル 4

見出しレベル 5
見出しレベル 6

Body Text

中文正文

天地玄黄,宇宙洪荒。日月盈昃,辰宿列张。寒来暑往,秋收冬藏。闰余成岁,律吕调阳。云腾致雨,露结为霜。金生丽水,玉出昆冈。

English Paragraph

The quick brown fox jumps over the lazy dog. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

日本語の本文

吾輩わがはいは​ねこである。​名前なまえはまだ​い。どこで​れたかとんと​見当けんとうがつかぬ。​なんでも​薄暗うすぐらいじめじめした​ところでニャーニャー​いていた​ことだけは​記憶きおくしている。

Code

Inline Code

This is a line of text containing inline code.

Code Block

1
2
3
4
5
6
7
8
9
10
function hello(name) {
console.log(`Hello, ${name}!`);
return true;
}

// Chinese comment: this is a greeting function
const greeting = "你好,世界!";

// Japanese comment: this is a greeting function
const aisatsu = "こんにちは、世界!";
1
2
3
4
5
6
7
8
9
def hello(name):
print(f"Hello, {name}!")
return True

# Chinese comment: this is a greeting function
greeting = "你好,世界!"

# Japanese comment: this is a greeting function
aisatsu = "こんにちは、世界!"
1
2
3
4
5
.container {
display: flex;
justify-content: center;
align-items: center;
}

Blockquote

This is a line of quoted text.

A blockquote can span multiple paragraphs.

Lists

Unordered List

  • First item
  • Second item
    • Nested item
    • Another nested item
  • Third item

Ordered List

  1. First item
  2. Second item
    1. Nested item
    2. Another nested item
  3. Third item

This is a sample link.

Table

Column One Column Two Column Three
Content Content Content
Content Content Content

Horizontal Rule


Alert Blocks

This is the default alert block.

This is the warning style.

This is the info style.

This is the success style.

This is the error style.

Collapsible Blocks

Click to

This is collapsed content.

Expanded by

This content is shown by default.

Grouped Collapsibles

First collapsible

Content of the first collapsible block.

Second collapsible

Content of the second collapsible block.

Third collapsible

Content of the third collapsible block.

Emphasis

This is bold text. This is italic text. This is strikethrough text. This is underlined text. This is emphasis-marked text.