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.

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: