test post updates

This commit is contained in:
Rik Berkelder 2021-04-18 02:08:39 +02:00
parent fc1e3a3bbb
commit 74c9066c80
2 changed files with 2 additions and 20 deletions

View File

@ -1,9 +0,0 @@
---
title: "Hello World"
slug: "test-2"
date: "2021-04-17"
---
hello, hello!
how are you?

View File

@ -1,6 +1,6 @@
---
slug: "test"
title: "MD Test Page"
slug: "md-test"
title: "Markdown Rendering Test Page"
date: "2021-04-17"
---
# h1
@ -19,15 +19,6 @@ test
**test**
inline `code formatting` like a boss
---
```
code
block
hello
there
```
---
```ts
let hello: string = "test";