← Back to Home

A test

This is a testing document highlight the various features of articles, all based on markdown. From standard things like this, we'll explore.

Another Header

This header should be smaller. Generally we only want one H1 per article.

And another header

It'll keep going and going.

Code Blocks

With the power of highlight.js and marked, we get full syntax higlighting:

const highlight = "code";

const a = () => {
    console.log("hey");
}