# md2html
**Repository Path**: yuhldr/md2html
## Basic Information
- **Project Name**: md2html
- **Description**: markdown直接在网页端查看
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-03-26
- **Last Updated**: 2025-09-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> 加载md文件到url
[测试网址](http://localhost/?path=data&file=test)
## nginx实例
```conf
location / {
#root /usr/share/nginx/html;
root /***/md2html;
index index.html;
}
```