This is a Markdown editor with real-time preview, developed with React, Vite, and Tailwind CSS. The editor supports light/dark themes and internationalization, allowing you to edit and preview Markdown documents efficiently.
- Real-Time Preview: See changes in the document as you type.
- Theme Support: Switch between light and dark themes.
- Internationalization: Support for multiple languages.
- Keyboard Shortcuts: Use shortcuts for quick formatting.
- PDF Export: Easily export your documents to PDF.
- Clone the repository:
git clone https://github.com/Sassine/markdown-page.git
- Navigate to the project directory:
cd markdown-page - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000to see the editor in action.
You can also view the online version at sassine.dev/markdown.
Contributions are welcome! Feel free to open issues or pull requests.
This project is licensed under the MIT License. See the LICENSE file for more details.