Christian Murphy

Results 263 comments of Christian Murphy

Also found a way to replicate the issue with only setext headings (and list like content). ```markdown a - -- a - ``` which could potentially be related to #31,...

> What's SWC? Speedy Web Compiler https://github.com/swc-project/swc It handles much of the JS/JSX parsing inside MDX

I'd recommend starting with WASM. It is a single format, with broad platform support (managed by the runtime author, rather than the library author) and decent performance. NAPI will be...

Welcome @jokteur! ๐Ÿ‘‹ The overview of the project is a good starting point. https://github.com/wooorm/markdown-rs#overview The process to parse markdown looks like this: ``` markdown-rs +-------------------------------------------------+ | +-------+ +---------+--html- | |...

There is also a JavaScript version of this project, on the JS side there is a lower level package micromark that exposes this. https://github.com/micromark/micromark @wooorm may be able to comment...

Hey @kdy1 ๐Ÿ‘‹ @wooorm is traveling right now and may be slow to respond for a bit. > I need to update `swc_core` quite frequently but updating `swc_core` of `mdxjs-rs`...

> It takes long time because I have to wait for a review We may have different definitions of "long time" looking through PR history it appear to usually be...

I'd like to take a step back and express my hesitation, hoping that it might stem from a misunderstanding. If mdxjs_rs is indeed a priority for @kdy1 and the Vercel...

So, it is not a misunderstanding, and all of that interpretation in https://github.com/wooorm/mdxjs-rs/issues/37#issuecomment-1778040196 is correct? That is not particularly reassuring @kdy1 ๐Ÿ˜… The concern is not the API surface in...

> No. This is not possible, at least under the current API policy. We allow customizing literally everything, except some orderings between compatibility transforms. There's no way to allow such...