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

When adding a code section, there is no code in render. Here is an example with ```diff ![Screenshot 2022-07-01 at 11 52 27](https://user-images.githubusercontent.com/11721821/176872100-86ee567c-2352-410f-bd81-40932861c15a.png)

Hi, is there possible to add any website link to sidebar? I mean, on sidebar is not only the page which generated, but also contains links that point to other...

I have this site grida.co - https://github.com/gridaco/grida.co Which has both landing page and docs site (currently not using nextra) And I'm wondering if i can spcecify nextra to only interpret...

![image](https://user-images.githubusercontent.com/44440856/128602624-168b0480-75f5-4fc0-8947-feb73c3e66c7.png) This error occurs when the searched page wasn't found. How can I fix it?

I'm trying to make a blog site with markdown. So, I want to implement a function like the gif. Is there any tool or way for this? ![example](https://user-images.githubusercontent.com/102012918/178440634-0d8b37f1-eb1d-4833-87c7-cf30b1f1c6fa.gif) Btw, I'm...

Next.js 12.2 introduces `experimental.newNextLinkBehavior` which removes the need to add `` tag manually inside `next/link` but it introduces 2 problems 1. Now `nextra` renders nested `` tags - On `type:...

Just bumped Nextra to the versions used for your personal website and it appears to be adding `not-prose` to code blocks. Is there anyway to turn that off? Can be...

Given a Next.js application configured with the Nextra plugin like so: ```ts // /next.config.js module.exports = (require("nextra")({ "theme": "./layouts/docs" }))(); ``` This "works": ```ts // /layouts/docs/index.tsx import nextra from "nextra-theme-docs";...

Hello together! I'm pretty new to Next.js, nextra etc. so sorry if the question sounds dumb. I am not able to change the projectLinkIcon as shown in documentation. Here's the...

I am using extra v 1.1.0, and according to the docs, h2 tags should generate anchor links, and be added to the sidebar automatically. Not Sure what other context is...