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 editor.api.markdown.deserialize with the MarkdownPlugin, links that are contained within blockquotes are being converted to plain text instead of being preserved as link elements.
Current Behavior
The link inside the blockquote is converted to plain text, losing its link functionality.
Expected Behavior
The link should be preserved as a proper link element while maintaining its position inside the blockquote.
Reproduction steps
Set up a Plate editor with MarkdownPlugin, BlockquotePlugin and LinkPlugin:
Description
When using
editor.api.markdown.deserialize
with the MarkdownPlugin, links that are contained within blockquotes are being converted to plain text instead of being preserved as link elements.Current Behavior
The link inside the blockquote is converted to plain text, losing its link functionality.
Expected Behavior
The link should be preserved as a proper link element while maintaining its position inside the blockquote.
Reproduction steps
Plate version
38.0.1
Slate React version
0.103.0
Screenshots
No response
Logs
No response
Browsers
Chrome, Firefox, Safari
The text was updated successfully, but these errors were encountered: