mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Copying links to a Zulip element now generate 3 content types: - plain url, pasteable in address bar and non rich text editor - HTML, for rich text editors. - x-gfm, for pasting into GitHub and other services that support Markdown, new in this PR. Fixes: #31813.