wutaner's blog

Code Highlighting Demo

Syntax-highlighted Code Block

HTML Example:

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

Python Example:

# 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 (No Language Specified)

DNS Settings:

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