Sébastien Lorber

Results 1472 comments of Sébastien Lorber

I want to see the code outputing such html, and the PR that lead to switching from end-of-body scripts to head deferred scripts: this way we can understand their motivations...

Thanks, that's a good ref ;) will read that later

How I interpret this is that @janicklas-ralph says it's better to use this for critical JS resources: ```jsx ``` Instead of: ```jsx ``` That makes sense to me, so I'll...

The change looks good to me, however, I'm not sure why Chrome devtools report the loading priority as "low" instead of "high" (it was "high" previously) Is this expected @janicklas-ralph...

Sidenote: `` marker used for blog summaries will likely not work in MDX 2: - https://v2.docusaurus.io/docs/blog/#summary-truncation - https://github.com/mdx-js/mdx/pull/1039 **Edit**: I think it will still work because it's processed before mdx...

Hi, My first intuition would be to modify "docusaurus-mdx-loader", and provide a loader option to tell it to load the files as md or mdx. In the end, we need...

thanks for those details, that looks interesting. If MDX provided a converter that would be great, also would helpful for v1->v2 migrations I don't have much time to explore these...

@nilsocket I don't think math blocks (latex/katex?) are really related to the markdown parser. But you are right, and we should make this easy. Can you explain better your usecase...

@lukejgaskell unfortunately no easy solution can be implemented in userland to solve this properly. The solution proposed by @borekb is likely the best you can do, and I understand you...