28 lines
565 B
Markdown
28 lines
565 B
Markdown
---
|
|
title: 'Markdown Editor'
|
|
description: 'A sleek markdown editor with live preview and export options'
|
|
links:
|
|
github: 'https://github.com/username/markdown-editor'
|
|
gitea: 'https://gitea.example.com/username/markdown-editor'
|
|
---
|
|
|
|
# Markdown Editor
|
|
|
|
A beautiful and intuitive markdown editor with real-time preview, syntax highlighting, and multiple export formats.
|
|
|
|
## Features
|
|
|
|
- Live preview
|
|
- Syntax highlighting
|
|
- Export to PDF, HTML
|
|
- Dark mode support
|
|
- Keyboard shortcuts
|
|
- Auto-save
|
|
|
|
## Built With
|
|
|
|
- React
|
|
- CodeMirror
|
|
- react-markdown
|
|
- Tailwind CSS
|