mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
21 lines
309 B
Markdown
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
|
|
```
|