skip to content

My Second Post

It's another post by me.


Table of Contents

import { Code } from “astro/components”;

This is so cool!

Do variables work {frontmatter.value * 2}?

// Example JavaScript

const x = 7;
function returnSeven() {
	return x;
}

or

<Code code={`// Example JavaScript

const x = 7; function returnSeven() { return x; } `} lang=“js” wrap theme=“dracula” />