Ctrl-Shift-V pastes without HTML formatting.<br><br>On Thursday, June 28, 2018, Steven D'Aprano <<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can I make a plea for people to not post code with source highlighting <br>
as HTML please? It is rendered like this for some of us:<br>
<br>
On Thu, Jun 28, 2018 at 10:01:00AM -0700, Chris Barker via Python-ideas wrote:<br>
<br>
    In [*46*]: {a:[t[0] *for* t *in* b] *for* a,b *in*<br>
    groupby(sorted(student_school_<wbr>list,<br>
    key=*lambda* t: t[1]), key=*lambda* t: t[<br>
    ...<br>
<br>
(Aside from the iPython prompt, the rest ought to be legal Python but <br>
isn't because of the extra asterisks added.)<br>
<br>
And in the archives:<br>
<br>
<a href="https://mail.python.org/pipermail/python-ideas/2018-June/051723.html" target="_blank">https://mail.python.org/<wbr>pipermail/python-ideas/2018-<wbr>June/051723.html</a><br>
<br>
Gmail, I believe, has a "Paste As Plain Text" command in the <br>
right-click menu. Or possibly find a way to copy the text without <br>
formatting in the first case. <br>
<br>
<br>
Thanks,<br>
<br>
<br>
-- <br>
Steve<br>
______________________________<wbr>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/<wbr>codeofconduct/</a><br>
</blockquote>