Эх сурвалжийг харах

[md]更新README文档,将“marked”配置项的描述从中文改为英文,以保持文档语言一致性。

dufu1991 1 жил өмнө
parent
commit
6375b9c523

+ 1 - 1
packages/rollup-plugin-md-ts/README.md

@@ -12,7 +12,7 @@ The STDF doc site <https://stdf.design> uses this plugin.
 
 | Parameter | Type | Default | Description                                                                           |
 | --------- | ---- | -------- | ------------------------------------------------------------------------------ |
-| marked    | `MarkedOptions` | `{}`   | [marked](https://github.com/markedjs/marked) 的配置。                       |
+| marked    | `MarkedOptions` | `{}`   | [marked](https://github.com/markedjs/marked) options.                       |
 | include  | `string[]`      | `['**/*.md']`      | The path of the Markdown file to include.                                                 |
 | exclude  | `string[]`      | `[]`               | The path of the Markdown file to exclude.                                                 |