Skip to content

Implement HTML to Markdown integration tests in Static Site Editor

What does this MR do?

It implements specs that test the HTML to Markdown rendering functions implemented in the Static Site Editor in integration with Toast UI. The custom HTML to Markdown rendering function are tightly coupled to Toast UI’s underlying HTML to markdown renderer. The goal of this spec is to create an automated environment where we can ensure that upgrading Toast UI won’t break the Static Site Editor.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Closes #229635 (closed)

Merge request reports