zjk

Results 4 issues of zjk

# PR Details ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested ## Types of changes - [ ] Docs change / refactoring /...

# PR Details Original implemented in #1679 See https://github.com/modern-js-dev/modern.js/pull/1679#discussion_r966557589 for discussions before ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested ## Types of...

## Summary Add [styled-jsx](https://github.com/vercel/styled-jsx) transform support via [styled_jsx](https://crates.io/crates/styled_jsx). A new switch added to `builtins` to control this behavior: ```js module.exports = { builtins: { styledJsx: true } } ``` ##...

On hold

## Reproduction ```js import { compile } from './index.js'; const { toc } = await compile({ value: `# Title ## Foo {#my-anchor} ## Bar {Math.PI} `, filepath: 'README.mdx', development: true,...