Introduction
This is bold text, and this is emphasized text.
Visit the Hugo website!
Mathematical Examples
Here are some mathematical expressions rendered using LaTeX:
Inline Math
The quadratic formula is .
Display Math
The Pythagorean theorem:
More Complex Equations
The area of a circle:
Integration by parts:
Matrices
A simple 2x2 matrix:
Limits and Derivatives
Limit as x approaches infinity:
This is how code looks like
print("Hello, World!")This is a blockquote
This is a nested blockquote
This is a nested nested blockquote
This is how a table looks like
| Name | Age |
|---|---|
| John | 25 |
inline code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>