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
Describe the bug
Rich text elements are lost when exporting content as plain text
To Reproduce
Steps to reproduce the behavior:
Go to demo site
Create a table or a list
Export the content as plain text
Expected behavior
The exported content should contain a plain text representation of the rich text elements or allow the exportContent API to allow extensability to support how the rich text elements should be represented in Plain text
Screenshots
Content to be exported:
Result:
Expectation:
1. 123123
2. 123213
3. 213213
...
Additional context
Current implementation should not change, but should be extendable to support this.
The text was updated successfully, but these errors were encountered:
BryanValverdeU
changed the title
Export Content API does not have the option to export Rich Text Elements
Export Content API does not have the option to export Rich Text Elements as plain text
Aug 7, 2024
Describe the bug
Rich text elements are lost when exporting content as plain text
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The exported content should contain a plain text representation of the rich text elements or allow the exportContent API to allow extensability to support how the rich text elements should be represented in Plain text
Screenshots
Content to be exported:
Result:
Expectation:
Additional context
Current implementation should not change, but should be extendable to support this.
The text was updated successfully, but these errors were encountered: