Procházet zdrojové kódy

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

dufu1991 před 1 rokem
rodič
revize
6375b9c523
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/rollup-plugin-md-ts/README.md

+ 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.                                                 |