So for example, if I type something like this:
```
code block here
The above will be recognise as code block on evernote and the "```" will disappear because that's the syntax for code block on markdown.
I want to copy the "code block" into a raw text file editor (vim for example).
If I do a normal copy paste, it will just recognise the codeblock as normal text.
Is there a way for me to copy the text with the markdown syntax intact?