Rodrigo Pombo

Results 168 comments of Rodrigo Pombo

MDX v2 release candidate [landing soon](https://twitter.com/wooorm/status/1447987636241567751)

The blocking issue is #6520, right? I'm wondering if migrating to ESM is really needed for MDX v2.

I created a theme to add mdx v2 support to Docusaurus until it's officially supported: https://github.com/pomber/docusaurus-mdx-2

> So if I understand correctly we mostly need to figure out how to upgrade admonitions `remark-admonitions` can be replaced with `@theme/Admonition` + [remark-directive](https://github.com/remarkjs/remark-directive). I tried and couldn't make it...

Hey, I haven't tested code surfer with mdx-deck v4 yet. I'll give it a try this week. In the meanwhile, you can always use `npx init code-surfer-deck my-deck` if you...

> Same problem here. @rmarku are you also using `gatsby-theme-mdx-deck`?

True, I've been focusing on Code Hike which may replace Code Surfer at some point in the future, so I'm not paying too much attention to the issues in this...

See https://github.com/jxnblk/mdx-deck/issues/670

Hey, thanks for all the feedback. I'm currently focusing on another project but will check your issues when I find some time for Code Surfer.

You could try to use the @code-surfer/standalone package, but it isn't documented. There are some usage examples here: https://github.com/pomber/code-surfer/tree/master/sites/book/src (for something more ambitious wait for https://github.com/code-hike/codehike)