https://github.com/mikeesto/next-mdx-prism-example
A Next.js project with MDX and Prism code highlighting
https://github.com/mikeesto/next-mdx-prism-example
code highlighting mdx nextjs prism remark
Last synced: 12 months ago
JSON representation
A Next.js project with MDX and Prism code highlighting
- Host: GitHub
- URL: https://github.com/mikeesto/next-mdx-prism-example
- Owner: mikeesto
- Created: 2021-07-15T07:03:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T00:50:39.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T10:41:02.381Z (about 1 year ago)
- Topics: code, highlighting, mdx, nextjs, prism, remark
- Language: JavaScript
- Homepage: https://dev.to/mikeesto/next-js-mdx-w-code-highlighting-16fi
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js-MDX-Prism-Example
A Next.js project example with MDX and Prism code highlighting.

## Getting Started
First, run the development server:
```bash
yarn dev
```
Open [http://localhost:3000/onions](http://localhost:3000/onions) with your browser to see the result.
You can start editing the page by modifying `pages/onions.mdx`.
## [Dev.to post](https://dev.to/mikeesto/next-js-mdx-w-code-highlighting-16fi)