How can I copy keeping the style in codemirror

Like Stackedit.io, if I copy a paragraph and it has a header or link from other source, it will paste and convert to markdown. How can I implement that in codemirror?

You can’t. CodeMirror deals with plain text, not styled content.