Skip to content

Allow pasting a markdown block

Himanshu Kapoor requested to merge 419106-paste-from-markdown-docs into master

What does this MR do and why?

When pasting a sole pre block containing markdown, it should be pasted as markdown, and not raw text. This fixes an issue where markdown copied from the docs isn't pasted correctly in the rich text editor.

Issue was brought up in #416293 (comment 1474565053). Related to #419106 (closed).

Screenshots or screen recordings

Copied content Before After
- Cat
- Dog
- Turtle

Screen Recording 2023-07-19 at 19.20.46.mov

Screen Recording 2023-07-19 at 19.22.12.mov

How to set up and validate locally

  1. Go to Markdown docs.
  2. Copy some markdown examples.
  3. Paste in rich text editor.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Himanshu Kapoor

Merge request reports