-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[v2] Add gatsby-remark-bracketed-spans plugin #8044
[v2] Add gatsby-remark-bracketed-spans plugin #8044
Conversation
I ran |
Normally users publish & maintain such packages by themself and they don’t get merged into Gatsby |
@LekoArts There is a very similar package already in Gatsby - https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-custom-blocks |
I still can't pass snapshot test. I've ran every possible shapshot update script including |
fc4ca3e
to
2116fff
Compare
I've published package and it's not working as intended. I'll dive into this but now this PR wouldn't profitable |
Support of remark-bracketed-spans parser plugin for using id and other attributes with spans.
I'm not fluent with gatsby plugin infrastructure and my attempts to bind this in dev mode with test site was failed. I would appreciate any advices about how to do it and why
npm run watch -- --scope=gatsby-remark-bracketed-spans
failing.