awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesMarkdown Validations

Specific syntax checking for markdown files to ensure consistent formatting and structural correctness.

Distinct from Syntax Validation: Specifies markdown as the target language, distinct from general code or JSON syntax validation.

Explore 4 awesome GitHub repositories matching data & databases · Markdown Validations. Refine with filters or upvote what's useful.

Awesome Markdown Validations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • richardlitt/standard-readmeRichardLitt 的头像

    RichardLitt/standard-readme

    6,311在 GitHub 上查看↗

    Standard README 是一个 Markdown 文档标准和规范,旨在组织项目元数据和说明。它作为一个开源治理框架,建立了一套正式的规则和模板,以确保项目信息在不同仓库中保持可预测性和一致性。 该项目提供了一个文档合规性验证器,用于检查 README 是否符合这些预定义的格式标准。它包括用于生成 README 模板以产生基准文档文件的工具,以及通过使用视觉徽章来标记规范合规性的系统。

    Verifies that project README files follow a predefined specification to ensure high documentation quality.

    JavaScriptdocsdocumentationreadme
    在 GitHub 上查看↗6,311
  • dotnet/docsdotnet 的头像

    dotnet/docs

    4,718在 GitHub 上查看↗

    该仓库是 .NET 生态系统的技术文档源。它由一系列用 Markdown 编写的概念指南和技术参考组成,作为公共文档门户的静态站点内容源。 该项目利用基于 Git 的内容管理系统,通过 Pull Request 和自动化构建管道来处理技术写作。它通过一种专门的基础设施脱颖而出,该基础设施将来自多个仓库和分支的内容与示例聚合到一个统一的输出中。 该系统涵盖了广泛的文档生命周期能力,包括自动化发布、基于元数据的组织,以及用于移除过时软件内容的版本控制。它集成了用于 Markdown 链接和元数据的验证工具,以及用于基于许可证的依赖扫描和密钥泄露检测的治理工具。 管理自动化通过用于 Issue 标签、Pull Request 协调以及基于路径的 URL 重定向以管理内容迁移的工具进行处理。

    Checks for broken links and missing metadata within documentation files to ensure a high-quality user experience.

    在 GitHub 上查看↗4,718
  • lycheeverse/lycheelycheeverse 的头像

    lycheeverse/lychee

    3,729在 GitHub 上查看↗

    Lychee is a command line link checker written in Rust that scans websites and local files to identify broken hyperlinks and invalid email addresses. It functions as an asynchronous link validator and static site auditor designed to ensure content accessibility and quality. The tool features disk-based response caching to accelerate subsequent scans and avoid redundant network requests. It supports token-based API authentication for services like GitHub to bypass rate limits when verifying links on remote repositories. The project covers a range of capabilities including multi-format content

    Implements a stream-based validator that checks URL integrity across formats using asynchronous requests.

    Rust
    在 GitHub 上查看↗3,729
  • microsoft/code-with-engineering-playbookmicrosoft 的头像

    microsoft/code-with-engineering-playbook

    2,608在 GitHub 上查看↗

    This project is a software engineering playbook providing a collection of standardized guidelines and processes for managing the full software development lifecycle and team operations. It serves as a high-level framework for organizing agile project management, API design, containerized development standards, and markdown documentation workflows. The framework establishes a system for language-agnostic API design to automate client library generation and documentation. It also defines standards for providing uniform contributor environments and toolchains through virtualized containers. The

    Integrates linting tools to identify syntax violations in markdown files for consistent documentation formatting.

    Dockerfile
    在 GitHub 上查看↗2,608
  1. Home
  2. Data & Databases
  3. SQL Abstract Syntax Tree Parsing
  4. Syntax Validation
  5. Markdown Validations

探索子标签

  • Link and Metadata Validations1 个子标签Verification of internal and external links and required metadata fields within markdown files. **Distinct from Markdown Validations:** Focuses on semantic and relational integrity (links/metadata) rather than just markdown syntax correctness.