Skip to content

Support hard line breaks in Content Editor

Enrique Alcántara requested to merge add-hard-break-support-content-editor into master

What does this MR do?

Adds support for hard line breaks in the Content Editor. This node type is part of the Commonmark specification.

  • Commonmark specification
  • The content editor will always represent hard line breaks by appending a \ at the end of a line.
  • The other representation of hard line breaks is adding two or more spaces at the end of the line. The content editor will convert this implicit representation into a \.

Screenshots (strongly suggested)

This MR does not introduce user-facing changes.

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

Merge request reports