<style>

        /* General styling of quotation blocks (and colors for level 2 and upwards)*/
        blockquote {
                margin: 0 0 5px;
                padding-left: 5px;
                border-left: 2px solid #136BCE;
                color: #136BCE;
        }

        /* Specific styling of level 1 quotation blocks */
        blockquote blockquote {
                border-left: 2px solid #4B89CF;
                color: #4B89CF;
        }

        pre:not([style]) {
                margin-left: 15px;
                margin-right: 15px;
                padding: 5px;
                background-color: #E4E4E4;
                border: thin solid gray;
                overflow: auto;
        }

        /* Styled code segments */
        div.highlight {
                margin-left: 15px;
                margin-right: 15px;
        }
        div.highlight > pre {
                padding: 5px;
                border: thin solid gray;
                overflow: auto;
        }

        table {
                border-collapse: collapse;
                margin: 0 2em;
        }

        th {
                padding: 0.5em;
        }

        td {
                border-top: 1px solid lightgray;
                border-bottom: 1px solid lightgray;
                padding: 0.5em;
        }

        td+td {
                border-left: 1px solid lightgray;
        }

        div.math {
                text-align: center;
        }


</style>
<div class="markdown">
<p dir="auto">On 16 Jan 2016, at 19:56, Vlad Ghitulescu wrote:</p>

<blockquote>
<p dir="auto">P.S. 2. question on using the bbedit-command. I’ve started this reply in MailMate, switched over to BBEdit with CTRL-CMD-O, finished the message, saved and closed - in order to return to MailMate and send the message. Is there a way to open the reply <strong>directly</strong> in BBEdit (and not first in MailMate)?</p>
</blockquote>

<p dir="auto">There's an old hidden preference to do this. Read more <a href="https://www.mail-archive.com/mailmate@lists.freron.com/msg02206.html">here</a>.</p>

<p dir="auto">-- <br>
Benny</p>
</div>