Hello, World

published 01/10/2022 • 1m reading time • 14 views

This is a test Document!

Well you are reading this so everything must be working! :P

Markdown Rendering Test

Blockquotes are love. Blockquotes are life.

Warning

This is no normal blockquote, this is an admonition.

Caution

This is no normal blockquote, this is an admonition.

Note

This is no normal blockquote, this is an admonition.

Tip

This is no normal blockquote, this is an admonition.

Important

This is no normal blockquote, this is an admonition.

Info

This is no normal blockquote, this is an admonition.

Word

This is the definition of the above word.

Now for some code blocks! Thank you to digitalpardoe/One-Dark.tmbundle for the Atom One Dark theme that I’m using.

children.sort_by(|a, b|
    b.is_dir.cmp(&a.is_dir)
    .then_with(|| a.name.cmp(&b.name))
);

And some LaTeX rendered to MathML:

π=-dx1+x2

Γ(z)=0tz-1e-tdt

f^(ξ)=-f(x)e-i2πξxdx

-b±b2-4ac2a

360

Lets also try some inline math: f(x)=ax2+bx+c