-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
slateToRemark produces empty string for inlineCode if bold or italic marks are used #145
Comments
It would be the same issue with #129. |
Merged
Not working. Its might be a different issue. Here are my test examples. package.json
index.js
output
|
@ayanb1991 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I have a slate data structure as described below which is used for representing inlineCode, which is also bold or italic or both of them, slateToRemark produces empty string in output.
To Reproduce
Expected behavior
The markdown should output like
Additional context
Versions Used Are
"remark-slate-transformer": "^0.6.8"
"unified": "^10.1.2",
"slate": "0.88.1",
The text was updated successfully, but these errors were encountered: