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
- Host: GitHub
- URL: https://github.com/ruru-m07/md-editor
- Owner: ruru-m07
- Created: 2024-04-17T05:15:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:58:24.000Z (over 1 year ago)
- Last Synced: 2025-10-24T10:52:23.925Z (5 months ago)
- Topics: markdown, nextjs, nextjs14, react-markdown
- Language: TypeScript
- Homepage: https://md-editor-nextjs.vercel.app
- Size: 674 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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