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 abdde65 commit 4d3fe8cCopy full SHA for 4d3fe8c
copyAsMarkdown.spBundle/command.plist
@@ -88,7 +88,7 @@ class CopyAsMarkdown
88
if (!empty($str)) {
89
$str .= "|";
90
}
91
- $str .= $val;
+ $str .= str_replace(array("\n", "\r"), '', nl2br($val));
92
93
$result[] = $str;
94
0 commit comments