Remove/Replace unordered list tags in the Rich Text Section's Heading Block #2171
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary:
Why are these changes introduced?
Fixes #2170
What approach did you take?
The intent of this field is to have it behave like a single-line richtext field, so this PR should strips out the bullets for now.
Before
After
Other considerations
(In the longterm, this
richtext
field should eventually be replaced with ainline_richtext
to prevent these sorts of issues in the future, but for now this specific bug should be fixed.)Visual impact on existing themes
If they have broken-looking bullets in this heading, the broken-looking bullets will disappear.
Testing steps/scenarios
<span>
upon render.Checklist