You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the table-merged-cell plugin, rendering is broken when the cell contains the <span> tag.
Cause
Cell data is managed by using the data-org-content attribute in the cell element when using the table-merged-cell plugin. The problem occurs when the value assigned to this attribute does not escape when the characters corresponding to the html entities are included.
To Reproduce
When using Editor Basic
Add span tag to cell data in Markdown mode.
Check the table in the preview area.
When using the color-syntax plugin
Some text in the cell is applied to the color syntax using the toolbar In WYSIWYG mode.
Merge multiple cells.
Expected behavior
The <span> tag in the cell should render correctly.
Desktop (please complete the following information):
OS: All
Browser All
Version 1.1.0 ( table-merged-cell plugin)
Additional context
It occurs in all HTML entities such as ", & in addition to the <span> tag.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
table-merged-cell
plugin, rendering is broken when the cell contains the<span>
tag.Cause
Cell data is managed by using the
data-org-content
attribute in the cell element when using thetable-merged-cell
plugin. The problem occurs when the value assigned to this attribute does not escape when the characters corresponding to the html entities are included.To Reproduce
When using Editor Basic
span
tag to cell data in Markdown mode.When using the color-syntax plugin
Expected behavior
The
<span>
tag in the cell should render correctly.Desktop (please complete the following information):
table-merged-cell
plugin)Additional context
It occurs in all HTML entities such as
"
,&
in addition to the<span>
tag.The text was updated successfully, but these errors were encountered: