Titus
Titus
> however I am limited by a certain hosting setup in this specific project. I need to deal with these folder-based environments for now. Makes sense. As I understand your...
I tried to update some things but I’m getting errors it seems: For: https://bundlejs.com/api/badge?q=rehype-raw ```json {"error":"TypeError: Cannot read properties of undefined (reading 'contents')"} ``` For: https://bundlejs.com/api/badge?q=micromark ``` This Serverless Function...
@davidbonnet Friendly ping! Anything I can do?
There’s a workaround mention in the post: ``` Easy work around is to wrap the jsx in a component: [codesandbox.io/s/wonderful-haibt-bldeqz?file=/src/App.js](https://codesandbox.io/s/wonderful-haibt-bldeqz?file=/src/App.js) ``` Even better, use an expression: ```mdx export const planet...
Well, you asked 😅 It’s not possible to have line breaks in table cells. You can use either HTML ``s, or tables though, if you only care about GH markdown....
Thanks for raising this issue. I am working on a port of micromark in another language, which improves a couple of architectural things, likely also including this problem. It's going...
Hey, I was already hoping that someone would create such a plugin! - Would it be a good idea to perhaps give this a different name that alludes to MDX...
Thanks for the PR! Hmm, this seems to be a bit of a naïve attempt: - there are no docs - there is no error handling - there are no...
There are still some more todos from https://github.com/remarkjs/react-markdown/pull/682#issuecomment-1090068072 as I understand it.
PR welcome!