Shu Ding
Shu Ding
Just thought again about it, yeah it makes sense as long as only markdown syntax like `##` will be converted to the built-in `` and it doesn't affect ``, I'm...
Because usually, people can just do this https://github.com/vercel/turborepo/blob/main/docs/pages/index.mdx to avoid using any built-in component but having the navbar and footer at the same time.
I think it will only observe the `H2` (which is created via `##` and `createHeaderLink`), not the user's JSX `h2` ?
The links work well!
Still an enhancement that Nextra can probably have. Maybe we can look into including next-sitemap by default :)
Reopening this, thanks for the feedback! I think the problem is that the `?.` operator being unsupported in 12. We should definitely fix it.
Mind sharing your repository / folder structure?
Yeah this will be an important feature to support (setting project root).
I’ve been thinking about this feature recently, and will start working on it! Componentize the theme will also give us the ability to hide specific part (like the sidebar) for...
Good thing to have! We'll need a syntax for that, maybe: ```markdown ```js copy ``` It can be used together with other options: ```markdown ```js copy showLineNumbers ```