feat: frontmatter typing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: blog
|
||||
title: "Blog Entry #1"
|
||||
---
|
||||
|
||||
# Title
|
||||
@@ -9,3 +9,10 @@ layout: blog
|
||||
1. asd
|
||||
2. asd
|
||||
3. asd
|
||||
|
||||
```js
|
||||
{..., lib}:
|
||||
{
|
||||
"hello" = "world";
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user