Skip to content

Allow rendering block content in tables

Himanshu Kapoor requested to merge 335844-block-tables into master

What does this MR do?

Issue: #335844 (closed) (also fixes #336886 (closed))

In content editor, we now allow rendering block content, including lists, headings and other tables.

Screenshots or Screencasts (strongly suggested)

Screenshot_2021-07-14_at_5.42.42_PM

How to setup and validate locally (strongly suggested)

  1. Create a new wiki page or edit an existing one.
  2. Click "Use new editor".
  3. Insert a table using the table creator under the table dropdown.
  4. Try to insert block content inside table like code blocks, headings, multiple paragraphs or lists.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #335844 (closed)

Edited by Himanshu Kapoor

Merge request reports