Welcome to the Blog!
Author: perry
We’re sorry in advance #
This blog is going to be full of a lot of random content, and a lot of stuff that we just think of randomly while working on projects.
This post will serve as a sort of format template so we don’t forget either lol
Format rules #
- Newlines are ignored. Double newlines act as section spacers.
- To create a line break, end a line with two or more spaces
- #, ##, and ### are three levels of header
- Mathjax can be enabled by
usemathjax: truein the header *Asterisks*make italics**More of them**make bold text
Mathjax can be used mid-line like \(E=mc^2\) or put on its own line
\[E=mc^2\]But both are formatted as $$math$$
Blockquotes can be made using
> to mark the textNested blockquotes can be made
>> by simply adding moreFormatting works in blockquotes
- Unordered lists work by
- simply starting each line with
- a
-
- Ordered lists work by
- putting a number instead,
- like
4.
The rest of markdown should be hopefully self-explanatory.
A sample post front matter can also be found below. Enjoy!
---
layout: post
author: your-name
title: The post title!
description: Something descriptive
summary: Something short
tags: [any, tags]
usemathjax: true
---