Article
Hello, World!
奶
奶鹅
发布者
Hello, World!
Welcome to my blog! This is a sample post to show you what's possible.
Math Formulas
Inline math:
Display math:
Code Blocks
def fibonacci(n):
if n <= 1:
return n
return fibonacci(n - 1) + fibonacci(n - 2)
print(fibonacci(10)) # Output: 55Features
- Markdown support with GFM
- LaTeX math via KaTeX
- Syntax highlighting for code blocks
- Tags for organizing posts
Mathematics is the language with which God has written the universe. — Galileo Galilei