Skip to content

Sample Post with Math, Footnotes, and Code

A compact MDX post showing math, code blocks, images, and footnotes.

Callout with supporting information.

Here is math inline E=mc2E = mc^2 and display math:

0exdx=1\int_0^\infty e^{-x} \, dx = 1

A footnote reference.1

/**
* Function: greet(name)
*
* Description:
* Simple TypeScript function used to demonstrate syntax highlighting.
*/
export function greet(name: string) {
console.log(`Hello, ${name}`);
}

Diagram from CDN

Footnotes#

  1. This is a footnote rendered at the bottom.