cbax_dev/posts/test_post.md
2024-10-24 00:10:35 -04:00

17 lines
262 B
Markdown

---
title: "Test markdown post"
author: "cbax"
description: "Only a test post"
img_path: "/res/img/posts/testing.png"
canonical_url: "//cbax.dev/blog/testing"
---
# This is a test
## h2
testing testing testing
> quote me!
```bash
cat lol | ripgrep "test"
```