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

https://github.com/ruru-m07/md-editor

Markdown Editor with react-markdown and nextjs14
https://github.com/ruru-m07/md-editor

markdown nextjs nextjs14 react-markdown

Last synced: 3 months ago
JSON representation

Markdown Editor with react-markdown and nextjs14

Awesome Lists containing this project

README

          

![Image of a Markdown editor](https://github.com/ruru-m07/md-editor/assets/142723369/0d993933-2ee2-4e15-8c21-a48332fb342a)

# Markdown Editor

- This Markdown editor is a great tool for writing and editing Markdown documents.
- It has a user-friendly interface and supports a variety of Markdown features.
- You can use it to create anything from simple notes to complex documentation.

---

### Features:

- 😁 Emoji support: Express yourself with a wide range of emojis.
- 📊 Tables: Organize your data into easy-to-read tables.
- `

` to `

` Headings: Create clear and structured documents with headings.
- **Bold** and _italic_ formatting: Emphasize important text.
- `code blocks` Code blocks: Display code snippets with syntax highlighting.
- 💻 User-friendly UI: Enjoy a simple and intuitive interface that makes writing and editing Markdown a breeze.
- Math support: Display math equations using LaTeX syntax.

---

### Getting Started

- Installation

```bash
pnpm install
```

- Running the Development Server

```bash
pnpm dev
```

Open `http://localhost:3000` in your browser to view the application.

---

> Markdown editor with React-markdown and Next.js | Made by Ruru.