nextra icon indicating copy to clipboard operation
nextra copied to clipboard

Simple, powerful and flexible site generation framework with everything you love from Next.js.

Results 475 nextra issues
Sort by recently updated
recently updated
newest added

fixes https://github.com/shuding/nextra/issues/620 closes https://github.com/shuding/nextra/pull/628 ## before (table should be unstyled, not needed margin-top for `p`/`blockquote`/`table`) ## after ![image](https://user-images.githubusercontent.com/7361780/183854109-e02896b0-24e7-47ce-bad2-62c722aa6e3d.png)

this PR tries to better organize contexts since currently: config and active anchor context - are in `src` directory menu context is in `utils` directory and details context in `mdx-theme.tsx`...

Currently, navigation with breadcrumbs can be accessible `only` if there is `index` page. I guess we can improve it

enhancement

I tried to improve tags' styling; specially in dark-mode where the contrast was very low. Let me know what do you all think :) ### Before https://user-images.githubusercontent.com/24727447/183091115-7a188744-d1b4-42e3-a752-9e3563bbdc89.mp4 ### After https://user-images.githubusercontent.com/24727447/183091149-dea48d27-2289-4cce-bf73-ec687907ce62.mp4...

For some reason `edit on GitHub` on this page is broken https://graphql-code-generator-e9g5x3mjg-theguild.vercel.app/docs/getting-started

bug

Hi, Updated to beta from v1 and getting 2 errors when opening site: "Text content does not match server-rendered HTML" and "There was an error while hydrating. Because the error...

enhancement