Skip to content

Improve serialization of content editor extensions

Himanshu Kapoor requested to merge himkp-serializer-tests into master

What does this MR do?

This MR adds support for a couple of improvements in the existing extensions and also backfills tests for serialization for all the extensions.

Support added for:

  • Multiline blockquotes and retaining it using source maps
  • Maintaining start position of a numeric list (in serialization)
  • Maintaining numeric list style: 1. vs 1) using source maps
  • ^ Same improvement in numeric task lists
  • Serializing plain URLs as <url> instead of [url](url)

How to setup and validate locally (strongly suggested)

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
Edited by Himanshu Kapoor

Merge request reports