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

On latest (2.0.0 beta 5), if you have a site deployed (not locally) and refresh on a nested markdown file/route, it will return back the index/base path. The work around...

Hello, I'm trying to integrate nextra docs into an existing nextjs tailwind project but importing the nextra stylesheet breaks/override some of the styles throughout the project. Removing the stylesheet seems...

Hi, I am using nextra-theme-docs. After I deploy the app on GitLab CI, my GitLab pages are live, ![image](https://user-images.githubusercontent.com/17229109/115398784-162f9a80-a21a-11eb-979c-3097a2b0c97f.png) however, as you can see, assets loading fails. ![image](https://user-images.githubusercontent.com/17229109/115398676-fdbf8000-a219-11eb-84ea-76eb8c98e52f.png) This is...

Currently, you can get around this by putting a `_` as part of the `.mdx` file although, I think it would be helpful to have a metadata field like: ```...

This impacts the support of math output in markdown files. `remarkMath`/`rehypeKatex` options specified by the app via `mdxOptions` are being ignored. `packages/nextra/src/compile.js` might handle the app's `mdxOptions.rehypePlugins` specification this way:...

When hard-reloading a page with an anchor, the console logs the following error: `Warning: Prop 'className' did not match. Server: "active" Client: ""` Steps to reproduce: 1. Plain vanilla install...

Thanks for the good blog I saw that swr-site was using version 2.0! But I don't want to use it until pnpm. I wonder when the npm version goes from...

* Fix: Currently the sidebar isn't hidden on `nav` pages when the next.js option `trailingSlash: true` is enabled. * Fix: Clicking on a `a` to an anchor on the same...

Sluggify is auto adding a -1 to all header links, it looks as though there might be a hidden dom for mobile that gets counted when github-sluggify/bananaslug runs, so it...

Auto prefixed the entire output to be based on the top level class inside of the theme. This prevents styles from creeping over into global styles. Fixes #247