Skip to content

Commit 4d3fe8c

Browse files
committed
Update for plist
1 parent abdde65 commit 4d3fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyAsMarkdown.spBundle/command.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class CopyAsMarkdown
8888
if (!empty($str)) {
8989
$str .= "|";
9090
}
91-
$str .= $val;
91+
$str .= str_replace(array("\n", "\r"), '', nl2br($val));
9292
}
9393
$result[] = $str;
9494
}

0 commit comments

Comments
 (0)