Just playing around with some of the features of this new content management system in Astro 2.0
Table of Contents
Heading 1
Something
Heading 2
Something else
Heading 3
Something else again
Heading 4
Something else continued
Heading 5
Something else ++
// some TypeScript
const someFunction = () => "Hello World";
const someVal: string;