Skip to content

Commit 0ebcc80

Browse files
committed
build
1 parent 31c646d commit 0ebcc80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4598,7 +4598,7 @@ function toValue(val) {
45984598
return value;
45994599
}
46004600

4601-
result = body.split('###').filter(Boolean).map(line => {
4601+
result = body.trim().split('###').filter(Boolean).map(line => {
46024602
return line.split(/\r?\n\r?\n/).filter(Boolean).map(item => {
46034603
const line = item.trim();
46044604
if (line.startsWith('- [')) {

0 commit comments

Comments
 (0)