Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 39be976

Browse files
committed
Remove blankLine block from the disabled list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 3dbd6aa commit 39be976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RichText.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default {
153153
]
154154
],
155155
block: [
156-
'blankLine',
156+
// 'blankLine', // We allow newlines in plain strings
157157
'indentedCode',
158158
'fencedCode',
159159
'blockquote',

0 commit comments

Comments
 (0)