How to stop Emoji from being wrapped in Mark ? #2206
Answered
by
Alecyrus
Alecyrus
asked this question in
Questions & Help
-
Emoji.extend({
marks: "_"
}).configure({
emojis: gitHubEmojis,
}) |
Beta Was this translation helpful? Give feedback.
Answered by
Alecyrus
Nov 27, 2021
Replies: 2 comments 1 reply
-
what do you mean with "not compatible" or "does not work"? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Disallowing marks on some nodes isn’t supported, so sad. but I solved the problem by applying a specific style to the emoji node to override Mark's style |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Alecyrus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disallowing marks on some nodes isn’t supported, so sad.
but I solved the problem by applying a specific style to the emoji node to override Mark's style