Titus

Results 987 comments of Titus

Ah nice! We could start with `recma-stringify`, here, versioned on its own just like `remark-mdx`. We could add `recma-parse` here too, though it isn’t used here. Though the utility versions...

I’m not exactly sure where it was, but ± a year ago there was also a discussion of forking `astring` (the serializer), because it’s not perfect and not very actively...

`theme-ui` is currently faux-esm. It exports CJS and a `module` field, the latter is in short from the 6to5 and early webpack days. It’s prevalent in the React community (other...

@jblarriviere that is unrelated and expected behavior: https://mdxjs.com/docs/what-is-mdx/#interleaving

Yes! One emoji reaction doesn’t do this justice!

Heya! Hmm, two things. First, your abbreviated problem: ``` Hi { `} there! ``` That won’t work and is expected: https://mdxjs.com/docs/what-is-mdx/#interleaving. In markdown, those first are two paragraphs. And well,...

Thanks for your patience. This is indeed expected behavior. Updated2 is what I recommend, yeah. The braces start and end a “block” by being on their own lines. I’m still...

@brendonco you’re probably better off asking questions about storybook betas in storybook repos

I think there are two alternatives (using a different style to show that they’d allow more too): - **b)** executable code ````markdown # heading ```js run function MyComponent() { return...

@ng-hai that is unrelated to this proposal. You show MDX 2 features and Parcel does not support MDX 2 apparently.