quartz/content/notes/testing_again.md
2024-06-25 05:36:53 -04:00

21 lines
309 B
Markdown

---
title: "Testing Again"
author: ["Justin"]
date: 2024-06-23T23:57:00-04:00
lastmod: 2024-06-25T05:35:20-04:00
tags: ["stub"]
draft: false
---
Beep.
I don't know how I want to handle links under the notes section.
Categories, maybe?
<https://www.google.com>
```python
def add(x,y):
return x + y
```