FAQ
  1. How to use Markdown syntax?
    Markdown is a lightweight markup language. Common syntax:
    - Headings: Use # (1-6)
    - Bold: Use **text**
    - Italic: Use *text*
    - Links: [text](URL)
    - Images: ![alt text](image URL)
    - Lists: Use - or 1.
  2. How to export to Word?
    Click the "Download As Word" button in the bottom right corner to export the current content as a Word document. Supports basic text formatting, including headings, paragraphs, and lists.
  3. How to save history?
    The system automatically saves your editing history. After each edit, the content is automatically saved to local storage. You can view and manage all saved documents in the history panel on the left.
  4. What shortcuts are supported?
    Currently supported shortcuts:
    - Ctrl/Cmd + S: Save document
    - Ctrl/Cmd + V: Paste content
    - Ctrl/Cmd + D: Toggle dark mode
  5. How to toggle dark mode?
    Click the toggle button in the FAQ title bar, or use the shortcut Ctrl/Cmd + D to switch between dark/light modes. Your preference will be saved.
  6. How to handle AI-generated content?
    Simply copy content from ChatGPT, Grok, DeepSeek, or other AI tools and paste it into the input box. The system will automatically process the format and convert it into a standardized Markdown document.
  7. How to batch convert documents?
    Batch conversion is not currently supported. You can create multiple documents and convert them individually. We plan to add batch conversion in a future release.
  8. How to customize output style?
    Currently using GitHub Markdown style. You can customize the color theme by modifying CSS variables. More style options and customization features will be available in future versions.