We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if the mark types could be customized like nodes.
For example, to change strikeThrough to strikethrough or strike-through.
strikeThrough
strikethrough
strike-through
The text was updated successfully, but these errors were encountered:
I agree, this seems like something we should add support for.
Probably can use the same API as default node types: https://github.com/hanford/remark-slate/blob/master/src/deserialize.ts#L39
Sorry, something went wrong.
Yeah, I was thinking the same. When I have some free time I might make a PR, unless you want to do it yourself.
refs hanford#14, customizable marks
86c61ee
refs #14, customizable marks (#23)
cd23a65
Co-authored-by: Dylan Schiemann <[email protected]>
No branches or pull requests
It would be great if the mark types could be customized like nodes.
For example, to change
strikeThrough
tostrikethrough
orstrike-through
.The text was updated successfully, but these errors were encountered: