HT Hayden Taylor

Home | Articles | Resources

Author: Hayden Taylor
Date Created: 27-11-2023
Date Modified: 27-11-2023

Table of Contents

Demo

My name is Hayden.

This is an experimental blog.

Mathematics

Here is an inline equation x=b±b24ac2a. Here is an equation with its own line.

x=b±b24ac2a

Here is a cool looking three-dimensional graph. I think the equation for it is f(x,y)=x2y2.

Three-dimensional graph

f(x,y)=x2y2

Here is an embedded desmos graph.

Programming

Here is some code. First we have inline code, but we also have code blocks.

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

General Formatting

Font styles

Text can be bold, italicized, or both. It can also be underlined with any combination of font styles.

Here is a link to the top of the page.

Tooltips

Here’s a little tooltip!

Lists

Here is a list of stuff.

Now, here is a list of ordered stuff.

  1. Thing 1
  2. Thing 2
  3. Thing 3

Tables

Here is a table.

Column 1 Column 2
Row 1 Thing 1 Thing 2
Row 2 Thing 3
Row 3 Thing 4 Thing 5
Row 4 Thing 7

Quotes

Here is a quote.

A monad is a monoid in the category of endofunctors. What’s the problem?

- Philip Wadler

Admonitions

Here are a few admonitions.

Note

Hello! This is a note admonition.

Tip

Hello! This is a tip admonition.

Warning

Hello! This is a warning admonition.

Danger

Hello! This is a danger admonition.