A comprehensive Markdown tutorial with bilingual support.
- 🎨 Claude Design — Anthropic's official design system
- 🌙 Dark Mode — System-aware or manual toggle
- 🇨🇳🇺🇸 Bilingual — Switch between Chinese and English
- 💬 Comments — Giscus powered by GitHub Discussions
- Framework: Astro
- Styling: Tailwind CSS
- Design: Claude (Anthropic)
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run buildsrc/
├── pages/
│ ├── index.astro # Chinese homepage
│ ├── en/ # English pages
│ ├── basic/ # Basic syntax
│ └── extended/ # Extended syntax
├── components/ # Components
├── layouts/ # Layouts
├── styles/ # Styles
└── i18n/ # Internationalization
MIT