test post updates
This commit is contained in:
parent
fc1e3a3bbb
commit
74c9066c80
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
title: "Hello World"
|
|
||||||
slug: "test-2"
|
|
||||||
date: "2021-04-17"
|
|
||||||
---
|
|
||||||
|
|
||||||
hello, hello!
|
|
||||||
|
|
||||||
how are you?
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
slug: "test"
|
slug: "md-test"
|
||||||
title: "MD Test Page"
|
title: "Markdown Rendering Test Page"
|
||||||
date: "2021-04-17"
|
date: "2021-04-17"
|
||||||
---
|
---
|
||||||
# h1
|
# h1
|
||||||
|
@ -19,15 +19,6 @@ test
|
||||||
**test**
|
**test**
|
||||||
inline `code formatting` like a boss
|
inline `code formatting` like a boss
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
```
|
|
||||||
code
|
|
||||||
block
|
|
||||||
hello
|
|
||||||
there
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
```ts
|
```ts
|
||||||
let hello: string = "test";
|
let hello: string = "test";
|
||||||
|
|
Loading…
Reference in New Issue