17 lines
262 B
Markdown
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"
|
|
```
|