Skip to content

Commit

Permalink
fix(docs): line space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Aug 16, 2024
1 parent d64d6af commit e4a66dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class DocAutoFormatController extends Disposable {
return false;
}
return true;
} else if (paragraphs.length > 1) {
} else if (paragraphs.length > 1 && paragraphs.some((p) => p.bullet)) {
return true;
}
return false;
Expand Down

0 comments on commit e4a66dc

Please sign in to comment.