You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases, MacDown should be placing content onto the pasteboard using the net.daringfireball.markdown UTI (encoded as UTF-8) as that is the official UTI for Markdown (cf: https://en.wikipedia.org/wiki/Markdown)
The text was updated successfully, but these errors were encountered:
If you copy out of MacDown's editor, the content is put onto the pasteboard as
public.utf8-plain-text
, eg:If you copy out of MacDown's preview, the content is put onto the pasteboard as rtf, html, et al:
In both cases, MacDown should be placing content onto the pasteboard using the net.daringfireball.markdown UTI (encoded as UTF-8) as that is the official UTI for Markdown (cf: https://en.wikipedia.org/wiki/Markdown)
The text was updated successfully, but these errors were encountered: