Skip to content

Testing MarkDown in Astro

written by Jason Sy

Posted on:February 4, 2023 at 11:20 AM

Just playing around with some of the features of this new content management system in Astro 2.0

Table of Contents

Open 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;