示例页面

H1 Heading – Main Title

This is a paragraph under H1. Testing basic text rendering.

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Text Elements

This is a normal paragraph. Bold text, italic text, underline, highlight.

Small text and deleted text and inserted text.

This is a blockquote. Good for testing quote styling in your theme.

function helloWorld() {
    console.log("Hello World");
}

Lists

Unordered List

  • Item One
  • Item Two
    • Nested Item A
    • Nested Item B
  • Item Three

Ordered List

  1. First
  2. Second
    1. Sub First
    2. Sub Second
  3. Third

Images

Sample Image

Figure Image
Figure Caption Example

Table

Header 1 Header 2 Header 3
Row1 Col1 Row1 Col2 Row1 Col3
Row2 Col1 Row2 Col2 Row2 Col3

Details / Accordion

Click to expand

This is hidden content.