Skip to content

Commit 404d4a3

Browse files
author
chenxiaofei
committed
fix
1 parent d4072a7 commit 404d4a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/markdown/src/lib/MarkdownPlugin.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export type MarkdownConfig = PluginConfig<
2929
/**
3030
* When the text contains \n, split the text into a separate paragraph.
3131
*
32-
* Line breaks between paragraphs are also preserved.
32+
* Line breaks between paragraphs will also be converted into separate
33+
* paragraphs.
3334
*
3435
* @default false
3536
*/

0 commit comments

Comments
 (0)