Test Page


math

inline math: $E = mc^2$

block math:

\[\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}\]

code

fn main() {
    println!("hello scratchpad!");
}

table

Feature Status
Math
Code
Tables

quote

this is a blockquote spanning multiple lines

ownership

test

graph TD
A[Start] --> B[Write Notes]
B --> C[Push to GitHub]
C --> D[Done!]