# go-md2html
**Repository Path**: fierce_wolf/go-md2html
## Basic Information
- **Project Name**: go-md2html
- **Description**: No description available
- **Primary Language**: Go
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-01
- **Last Updated**: 2026-06-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# md2html.exe - Windows Markdown 转 HTML 转换工具使用手册
## 📖 软件简介
`md2html.exe` 是一个运行在 Windows 系统上的命令行工具,用于将 Markdown 文件批量转换为美观的 HTML 网页文件。无需安装任何额外软件,双击即可运行。
## 💻 系统要求
- **操作系统**:Windows 7 / Windows 8 / Windows 10 / Windows 11
- **架构**:64位 (x64) 或 32位 (x86)
- **磁盘空间**:约 10 MB
- **权限**:无需管理员权限(除非输出目录需要)
## 📥 安装方法
### 方法一:直接下载(推荐)
1. 下载 `md2html.exe` 文件到您的电脑
2. 将文件放在任意目录(如 `D:\tools\`)
3. 可选:将该目录添加到系统 PATH 环境变量,以便在任意位置运行
### 方法二:自行编译
如果您有 Go 开发环境:
```cmd
go build -o md2html.exe main.go
```
### 使用说明
# 编译
go build -o md2html
# 运行示例
```cmd
md2html.exe -md D:\我的项目\fox-tech-docs
```