Skip to content

Instantly share code, notes, and snippets.

View paul42's full-sized avatar

Paul.42 paul42

View GitHub Profile
@paul42
paul42 / about.svx
Created July 19, 2020 20:28
After adding the --ext '.svelte .svx' to package json:
<svelte:head>
<title>About</title>
</svelte:head>
# markdown heading 1
## markdown heading 2
<h1>About this site</h1>
<p>Hi, I'm Paul, I'm working on teaching myself more front end development with <a href="svelte.dev">Svelte.js</a> and Sapper </p>