Jump to content

Mac evernote pastes text as encoded


Recommended Posts

Searched for this but could not find. I've been using Evernote for years and this is new behavior:

Paste a string in Evernote. Copy it and paste in another Mac app like Terminal, SublimeText, and it returns encoded as it's retaining its html structure in Evernote.

I'm running Mac Version 6.13.3

For example, Evernote shows this correctly:

$students = db_query("select studentID, age from {Student}")->fetchAll();

What's pasted is this. Notice the encoding on the greater-than symbol:

$students = db_query("select studentID, age from {Student}")->fetchAll();

How do I stop this and retain the working behavior from up to this point?

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...