Skip to content
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

Can't add bold style to a link #1491

Closed
ocavue opened this issue Jan 29, 2022 · 1 comment
Closed

Can't add bold style to a link #1491

ocavue opened this issue Jan 29, 2022 · 1 comment
Labels
type: bug 🪲 Something isn't working

Comments

@ocavue
Copy link
Member

ocavue commented Jan 29, 2022

Summary

Link and bold/italic/etc should be able to exist at the same time.

Steps to reproduce

CleanShot.2022-01-30.at.03.12.40.mp4
@ocavue ocavue added the type: bug 🪲 Something isn't working label Jan 29, 2022
@whawker
Copy link
Collaborator

whawker commented Feb 1, 2022

This is because the link extension explicitly excludes all other marks

As a workaround (assuming direct access to LinkExtension) you could do

new LinkExtension({
  markOverride: { excludes: undefined }
})

@whawker whawker closed this as completed May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants