Skip to content

Commit

Permalink
Update markdown.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien8261 committed Aug 2, 2023
1 parent 298f420 commit c896306
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/develop/basic/chainBuild/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@

## Chain().markdown()

| 参数名 | 类型 | 释义 | 默认值 |
|-------------|--------|-------------|-----|
| content | String | markdown 文本 | |
| render_time | Int | 渲染时间(毫秒) | 200 |
| 参数名 | 类型 | 释义 | 默认值 |
|-------------|--------|-------------|-------|
| content | String | markdown 文本 | |
| render_time | Int | 渲染时间(毫秒) | 200 |
| is_dark | Bool | 是否使用暗黑样式 | False |

```python
Chain(data).markdown(text)
Expand Down

0 comments on commit c896306

Please sign in to comment.