Markdown marks serialization configuration override #4523
maayanalgresie
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
The platejs rules only provide control over the property level in terms of permissions. For the parsing layer, more knowledge of the "remark world" is generally required. Not sure if it will works - create a new custom a new remark plugin called something like remarkSlackBold to parse |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
Currently, PlateJS doesn't provide a clean way to override the markdown serialization for built-in marks (bold, italic, etc.). While custom rules can be added for custom node types, built-in marks like bold have hardcoded serialization behavior that cannot be easily customized.
Use Case
Slack Markdown Format Support: Slack uses a different markdown format where:
But standard markdown uses:
Beta Was this translation helpful? Give feedback.
All reactions