You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether to generate a markdown file for the corresponding route, when set to `false`, the markdown file for the corresponding route will not be generated.
244
+
Whether to generate a markdown file for the corresponding route. When set to `false`, the markdown file for the corresponding route will not be generated.
243
245
244
246
#### mdxToMd
245
247
246
-
- Type: `boolean`
247
-
- Default: `false`
248
+
-**Type**: `boolean`
249
+
-**Default**: `false`
248
250
249
251
Whether to convert mdx content to md content. If enabled, mdx files will be converted to md files through a set of default strategies, but there may be some information loss.
250
252
253
+
#### remarkPlugins
254
+
255
+
-**Type**: `PluggableList`
256
+
-**Default**: `[]`
257
+
258
+
You can pass in custom remark plugins to modify the Markdown content.
259
+
251
260
### llmsFullTxt
252
261
253
262
-**Type**: `false | LlmsFullTxt`
@@ -349,23 +358,24 @@ Text on the copy button, has higher priority than `textByLang`.
Customize the options in the dropdown menu, supports "Copy Markdown Link", [ChatGPT](https://chatgpt.com/) and [Claude](https://claude.ai) by default.
407
+
Customize the options in the dropdown menu. By default, supports "Copy Markdown Link", [ChatGPT](https://chatgpt.com/) and [Claude](https://claude.ai).
0 commit comments