← Back

Markdown Test Post

·Bryan Lai

Markdown Test Post

This page exists to test the blog renderer.

It should stay boring. If markdown breaks here, the site breaks somewhere else.

Text

"Simplicity is the soul of efficiency." - Austin Freeman

Image

Images should render inside the article body.

A10 Warthog

Code

function greet(name: String) { return `Hello, ${name}!`; } console.log(greet("World"));
def greet(name:str) -> str: return f"Hello {name}" print(greet("World"))
SELECT product_name FROM products WHERE price > 100;

Math

The Cauchy-Schwarz inequality:

(k=1nakbk)2(k=1nak2)(k=1nbk2)\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)

References