initial commit

This commit is contained in:
2025-12-17 10:42:20 -05:00
commit ac40fbbc02
40 changed files with 9704 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
---
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