Split markdown serializer for marks in separate files
What does this MR do and why?
Split markdown serializer for marks in separate files
Split all mark serializers for rich text editor in separate files. Moves them from markdown_serializer.js
and serialization_helper.js
to their own files under a serializer
directory. The markdown_serializer.js
and serialization_helper.js
files were getting too large.
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
No visual change. Run spec/frontend/content_editor/services/markdown_serializer_spec.js
to confirm that serialization still works as expected.
Edited by Himanshu Kapoor