Show warnings for markdown tables rendered as HTML

What does this MR do and why?

Show a warning that your markdown table will be rendered as HTML when possible.

This was solved in !71064 (merged) but the warning has disappeared over the releases.

Changelog: changed

This somewhat addresses #414876 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

image.png

How to set up and validate locally

  1. In an issue comment, use plain text editor and insert a new table.
  2. Switch to rich text editor.
  3. Add a list item to one of the cells in the table.
  4. Notice that a warning appears.
Edited by Himanshu Kapoor

Merge request reports

Loading