Published on January 1, 2020

TestBlog

这是一篇用于测试的博客文章,介绍博客功能和格式。

测试博客封面图
~1 MIN

Blog Function Test Page1111

1. Text Format Test

Title Hierarchy

Level 1 Heading

Level 2 Heading

Level 3 Heading

Level 4 Heading

Level 5 Heading
Level 6 Heading

Text Styles

Bold Text

Italic Text

Bold Italic Text

Strikethrough Text

==Highlighted Text==

H2O (Subscript)

E=mc^2^ (Superscript)

Quoted Text

This is a block quote It can have multiple lines

Code Blocks

Inline code: console.log('Hello World')

Code block:

function greeting(name) {
  return `Hello, ${name}!`;
}
console.log(greeting('Test'));