这是一篇用于测试的博客文章,介绍博客功能和格式。
Bold Text
Italic Text
Bold Italic Text
Strikethrough Text
==Highlighted Text==
H2O (Subscript)
E=mc^2^ (Superscript)
This is a block quote It can have multiple lines
Inline code: console.log('Hello World')
Code block:
function greeting(name) {
return `Hello, ${name}!`;
}
console.log(greeting('Test'));