mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-21 22:41:31 +08:00
feat: add CONTRIBUTING.md
document.
This commit is contained in:
@ -42,9 +42,8 @@ Header 2
|
||||
```
|
||||
|
||||
### 无序列表
|
||||
<!--rehype:data-wrap-style=grid-row: span 2/span 2;-->
|
||||
<!--rehype:wrap-style=grid-row: span 2/span 2;-->
|
||||
|
||||
<!--rehype:-->
|
||||
```markdown
|
||||
* Item 1
|
||||
* Item 2
|
||||
@ -166,9 +165,8 @@ console.log("This is a block code")
|
||||
```
|
||||
|
||||
### 表格
|
||||
<!--rehype:data-wrap-style=grid-column: span 2/span 2;-->
|
||||
<!--rehype:wrap-style=grid-column: span 2/span 2;-->
|
||||
|
||||
<!--rehype:-->
|
||||
```markdown
|
||||
| 左栏 | 中间栏 | 右栏 |
|
||||
|:------------|:-------------:|-------------:|
|
||||
@ -188,9 +186,8 @@ console.log("This is a block code")
|
||||
Markdown 表格生成器:[tableconvert.com](https://tableconvert.com/)
|
||||
|
||||
### 图片
|
||||
<!--rehype:data-wrap-style=grid-column: span 2/span 2;-->
|
||||
<!--rehype:wrap-style=grid-column: span 2/span 2;-->
|
||||
|
||||
<!--rehype:-->
|
||||
```markdown
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user