21 lines
No EOL
572 B
Markdown
21 lines
No EOL
572 B
Markdown
---
|
|
title: wahoo this is another post
|
|
description: This post also has a proper description lmao
|
|
date: 2023-02-11 09:13:21
|
|
---
|
|
|
|
## Wow!
|
|
|
|
This is yet another post.
|
|
|
|
Here is a [link](https://ddg.gg)
|
|
|
|
Here is an [not pressed link](https://example.org)
|
|
|
|
<p style="background: var(--bg)">bg</p>
|
|
<p style="background: var(--fg)">fg</p>
|
|
<p style="background: var(--link)">link</p>
|
|
<p style="background: var(--link_v)">link_v</p>
|
|
<p style="background: var(--link_h)">link_h</p>
|
|
<p style="background: var(--bg_grey)">bg_grey</p>
|
|
<p style="background: var(--dark_grey)">dark_grey</p> |