wutaner's blog

代码高亮演示

语法高亮代码块 (Syntax-highlighted Code Block),指定了语言

HTML 示例:

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Example HTML5 Document</title>
</head>
<body>
  <p>Test</p>
</body>
</html>

Python 示例:

# A simple Python function example
def greet(name="World"):
  """Greets the given name."""
  if not name:
    name = "Anonymous"
  print(f"Hello, {name}!")

# Loop example
for i in range(3):
  greet(f"User {i+1}")

纯文本代码块 (Plaintext Code Block),未指定语言

DNS 设置

CNAME www -> wutaner.github.io
A @ -> 185.199.108.153