-
Notifications
You must be signed in to change notification settings - Fork 50
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
Monospace Link Roundtrip #164
Comments
I'm not sure I understand this issue. What's a monospace link? |
The commonmark spec has a notion of link, but nothing font-specific. https://spec.commonmark.org/0.29/#links |
This seems to be parsed and round-trip properly.
@jolene, what is the error you are getting? |
Some more investigation, the Slate transform does lose the inline code:
|
This issue isn't specific to code inlines inside links, but to anything other than a text node inside a link. For instance, with emphasis:
|
This should be fixed with #171
|
A more fancy test:
|
Describe the bug
Monospace links are broken in the roundtrip
Screenshots
Additional context
This may need to be moved to
markdown-editor
?The text was updated successfully, but these errors were encountered: