<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">When I copy text from an email in MailMate, and paste it into another application, it adds Markdown formatting. For example, if I copy this line from an email:</p>
<pre style="margin-left: 5px; margin-right: 5px; padding: 5px; background-color: #F7F7F7; border-radius: 3px; overflow-x: auto; max-width: 95vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">sudo bash add-monitoring-agent-repo.sh --also-install
</code></pre>
<p dir="auto">And paste it into Terminal.app, this appears:</p>
<pre style="margin-left: 5px; margin-right: 5px; padding: 5px; background-color: #F7F7F7; border-radius: 3px; overflow-x: auto; max-width: 95vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">sudo bash [add-monitoring-agent-repo.sh](https://add-monitoring-agent-repo.sh) --also-install
</code></pre>
<p dir="auto">This is extra frustrating because add-monitoring-agent-repo.sh isn't even a URL.</p>
<p dir="auto">How do I disable this? I always want unformatted plain text on my clipboard.</p>
<p dir="auto">It seems this functionality should be something extra that is available in the Commands menu, not default copy behavior.</p>
<p dir="auto">Thanks,<br>
Quinn</p>

</div></div></body>

</html>