# 开源指北文档格式检查 **Repository Path**: zhishi/opensource-guide-format-checker ## Basic Information - **Project Name**: 开源指北文档格式检查 - **Description**: 根据指北文档规范对现有内容进行格式检查 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-26 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 根据《开源指北》[编写规范](https://gitee.com/gitee-community/opensource-guide/blob/master/%E7%BC%96%E5%86%99%E8%A7%84%E8%8C%83.md) 对 md 文件进行格式检查。 ## 运行 ### 仅检查 ``` $ python3 检查.py 【开源指北文档根目录】 ``` ### 自动修订 ``` $ python3 检查.py -修 【开源指北文档根目录】 ``` ## 单元测试 ``` $ pytest ```