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 55cc4c8 commit 31c646dCopy full SHA for 31c646d
1 file changed
index.js
@@ -49,7 +49,7 @@ function toValue(val) {
49
return value;
50
}
51
52
-result = body.split('###').filter(Boolean).map(line => {
+result = body.trim().split('###').filter(Boolean).map(line => {
53
return line.split(/\r?\n\r?\n/).filter(Boolean).map(item => {
54
const line = item.trim();
55
if (line.startsWith('- [')) {
0 commit comments