Article

Hello, World!

7 次浏览

奶鹅

发布者

Hello, World!

Welcome to my blog! This is a sample post to show you what's possible.

Math Formulas

Inline math: E=mc2E = mc^2

Display math:

ex2dx=π\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}

Code Blocks

def fibonacci(n):
    if n <= 1:
        return n
    return fibonacci(n - 1) + fibonacci(n - 2)
 
print(fibonacci(10))  # Output: 55

Features

  • 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

Discussion

评论 (0)

登录 后发表评论

加载中...