When copying content from the editor, MacDown places it on the pasteboard as public.utf8-plain-text only. It should also include net.daringfireball.markdown as the UTType to allow receiving applications to identify the content as Markdown.
Current Behavior
- Editor copy:
public.utf8-plain-text only
- Preview copy: webarchive, RTF, HTML, plain text
Expected Behavior
Include net.daringfireball.markdown (encoded as UTF-8) when copying from the editor, improving interoperability with other Markdown-aware applications.
Cloned from: MacDownApp/macdown#1342
When copying content from the editor, MacDown places it on the pasteboard as
public.utf8-plain-textonly. It should also includenet.daringfireball.markdownas the UTType to allow receiving applications to identify the content as Markdown.Current Behavior
public.utf8-plain-textonlyExpected Behavior
Include
net.daringfireball.markdown(encoded as UTF-8) when copying from the editor, improving interoperability with other Markdown-aware applications.Cloned from: MacDownApp/macdown#1342