Test Post (Short Version)

This post aims to test various features in the Hugo setup including admonitions, code highlighting, and Markdown formatting.

Code Highlighting

Example Code Block

def greet(name):
    print(f"Hello, {name}!")

greet("Hugo")

Inline Code Example

You can use inline code like this: const message = "Hello, World!";.

Math

This is block math: $$ E = mc^2 $$

This is inline math: $a^2 + b^2 = c^2$.

Tags and Categories

This post includes tags and categories for testing purposes.

  • Tags: test, features

Tags