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 \pm \sqrt{b^2-4ac} \over 2a}\). Here is an equation with its own line.
\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}\]
Here is a cool looking three-dimensional graph. I think the equation for it is \(f(x, y) = x^{2}-y^{2}\).
\[f(x, y) = x^{2}-y^{2}\]
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.
Links
Here is a link to the top of the page.
Tooltips
Here’s a little tooltip!
Lists
Here is a list of stuff.
- Thing 1
- Thing 2
- Thing 3
Now, here is a list of ordered stuff.
- Thing 1
- Thing 2
- 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.