We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4072a7 commit 404d4a3Copy full SHA for 404d4a3
packages/markdown/src/lib/MarkdownPlugin.ts
@@ -29,7 +29,8 @@ export type MarkdownConfig = PluginConfig<
29
/**
30
* When the text contains \n, split the text into a separate paragraph.
31
*
32
- * Line breaks between paragraphs are also preserved.
+ * Line breaks between paragraphs will also be converted into separate
33
+ * paragraphs.
34
35
* @default false
36
*/
0 commit comments