Lennart

Results 132 comments of Lennart

At the moment this is expected behavior as also the images are wrapped with `` tags. That's the normal behavior of rehype at the moment. Something like https://github.com/remarkjs/remark-unwrap-images needs to...

I fixed this for `gatsby-plugin-mdx`, however with `gatsby-transformer-remark` I don't see the behavior you're describing (with current `next` versions). I get: ```html Hello World! This is a lengthy alt description...

Hi! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a [minimal reproduction][reproduction]....

Hi! Since we didn't receive an answer for 7 days or more about the ask of a reproduction I'm going to close this now, as we can't do much to...

I'd also be interested in having https://github.com/OneGraph/graphiql-code-exporter as a first-class citizen plugin 👍 If needed I can help with this.

I time-boxed some time on the code exporter: https://github.com/LekoArts/graphiql/tree/code-exporter ![image](https://user-images.githubusercontent.com/16143594/188858474-c34e85f7-693f-4715-b483-3fd4c5598d2c.png) It's not working correctly at the moment (see screenshot with the error), feel free to send in PRs against https://github.com/graphql/graphiql/pull/2758

Hey 👋 Nice to see you again, too 😊 I think I wired up all the props correctly, maybe @thomasheyenbrock sees an issue. But right now I'm trying to debug...

Figured it out, somehow the `props` weren't set this way: https://github.com/LekoArts/graphiql/blob/e2ea00aefd178745468f5d4e180dce3471e6e812/packages/graphiql-plugin-code-exporter/src/index.tsx#L13-L28 Do I need to set the defaults in here? https://github.com/LekoArts/graphiql/blob/e2ea00aefd178745468f5d4e180dce3471e6e812/packages/graphiql-plugin-code-exporter/src/index.tsx#L31-L32

Styling is way off but setting the props directly in the user code for now unblocked me ![image](https://user-images.githubusercontent.com/16143594/189063379-54e85b0a-210d-4b06-b9f6-d2623a1d77b5.png)

Current state of things: https://user-images.githubusercontent.com/16143594/189112549-ecf5bde2-8cce-44a9-845a-33933e84bf74.mov