An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Next.js-MDX-Prism-Example

A Next.js project example with MDX and Prism code highlighting.

![example](example.png)

## 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)