feat: add package.json cheatsheet.

This commit is contained in:
jaywcjlove
2022-09-28 13:35:52 +08:00
parent 5234cdc024
commit 7ab9ddf766
16 changed files with 715 additions and 110 deletions

View File

@ -42,7 +42,7 @@ Header 2
```
### 无序列表
<!--rehype:data-warp-style=grid-row: span 2/span 2;-->
<!--rehype:data-wrap-style=grid-row: span 2/span 2;-->
<!--rehype:-->
```markdown
@ -166,7 +166,7 @@ console.log("This is a block code")
```
### 表格
<!--rehype:data-warp-style=grid-column: span 2/span 2;-->
<!--rehype:data-wrap-style=grid-column: span 2/span 2;-->
<!--rehype:-->
```markdown
@ -188,7 +188,7 @@ console.log("This is a block code")
Markdown 表格生成器:[tableconvert.com](https://tableconvert.com/)
### 图片
<!--rehype:data-warp-style=grid-column: span 2/span 2;-->
<!--rehype:data-wrap-style=grid-column: span 2/span 2;-->
<!--rehype:-->
```markdown