Skip to content

Resolve "Display non-markdown content in the WYSIWYG mode of the SSE::Identifiers"

Derek Knox requested to merge 221082-custom-renderer-identifiers into master

What does this MR do?

This MR prevents editing of markdown identifier syntax in WYSIWYG mode of the Static Site Editor. Example syntaxes are in the screenshots below, but the known variations in text form are in the code block below:

Normal:
- [identifier]: http://example1.com
- [multiple words]: http://example1.com
- [multiple words]: http://example1.com Also with a default title

Adjacent inline code:
- [`raw`]: http://example1.com/raw-file.md
- [some `raw` file]: http://example1.com/raw-file.md

Screenshots

Before After
Screen_Shot_2020-06-22_at_2.21.25_PM Screen_Shot_2020-06-22_at_2.20.55_PM
Screen_Shot_2020-06-22_at_2.21.33_PM Screen_Shot_2020-06-22_at_2.21.03_PM

Does this MR meet the acceptance criteria?

Conformity

Closes #221082 (closed)

Edited by Jean du Plessis

Merge request reports