We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c646d commit 0ebcc80Copy full SHA for 0ebcc80
1 file changed
dist/index.js
@@ -4598,7 +4598,7 @@ function toValue(val) {
4598
return value;
4599
}
4600
4601
-result = body.split('###').filter(Boolean).map(line => {
+result = body.trim().split('###').filter(Boolean).map(line => {
4602
return line.split(/\r?\n\r?\n/).filter(Boolean).map(item => {
4603
const line = item.trim();
4604
if (line.startsWith('- [')) {
0 commit comments