# Markdown to DOCX, DOC, and Google Docs Converter

## Tool Summary
- **Name**: md2doc
- **Purpose**: Converts Markdown files to DOCX, DOC, and Google Docs formats
- **Technology**: Go-based web application
- **Interface**: Web UI for uploading Markdown and downloading converted Word documents

## Features
- Clean conversion of Markdown syntax to properly formatted DOCX/DOC
- Preserves headings, lists, code blocks, tables, and other Markdown elements
- Maintains document structure and formatting when converting MD to Word
- Simple web interface for easy use without installation
- API endpoints for programmatic conversion from Markdown to Word
- Fully compatible with Microsoft Word and Google Docs
- Support for rich text formatting in converted documents

## Common Use Cases
- Convert GitHub Markdown documentation to Word documents
- Transform Markdown notes into properly formatted Word documents
- Prepare Markdown content for professional Word documents
- Move content from Markdown to Google Docs while preserving formatting
- Create DOC/DOCX files from Markdown for sharing with non-technical users

## API Usage
- **GET /llm.md**: This documentation file for LLMs

## Example
```
POST /convert
Content-Type: application/json

{
  "markdown": "# Hello World\n\nThis is a **bold** statement."
}
```

## Implementation
Built with Go, this tool leverages libraries for parsing Markdown and generating DOCX files while maintaining the semantic structure of the original document. The converter intelligently maps Markdown syntax to corresponding Word formatting elements.

## Keywords
markdown to docx, markdown to doc, markdown to google docs, md to word, convert markdown, markdown converter, format markdown 