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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesHyperlink Definitions

Standards for creating links to web pages, files, email addresses, and internal document anchors.

Distinct from Hyperlink Navigators: None of the candidates cover the fundamental specification of how hyperlinks are defined and structured in HTML; most focus on tool-based harvesting or routing.

Explore 4 awesome GitHub repositories matching web development · Hyperlink Definitions. Refine with filters or upvote what's useful.

Awesome Hyperlink Definitions GitHub Repositories

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

    microsoft/frontend-bootcamp

    10,792在 GitHub 上查看↗

    Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux

    Teaches creating hyperlinks using anchor tags to link to external resources.

    TypeScriptcsscss-in-jshtml
    在 GitHub 上查看↗10,792
  • whatwg/htmlwhatwg 的头像

    whatwg/html

    9,163在 GitHub 上查看↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    The HTML specification links to web pages, files, email addresses, or internal page locations using a specific URL.

    HTMLcanvaseventsourcehtml
    在 GitHub 上查看↗9,163
  • commonmark/commonmark-speccommonmark 的头像

    commonmark/commonmark-spec

    5,105在 GitHub 上查看↗

    该项目是一个正式的 Markdown 规范标准,提供了详细的标记语法定义和将纯文本解析为一致 HTML 输出的明确规则集。它为结构块和内联元素建立了标准化语法,以确保跨不同软件实现的一致渲染。 该规范由解析器一致性套件以及 C 和 JavaScript 的参考实现支持,以验证实现是否遵循该标准。它包括一个实现验证系统,该系统将转换后的输入字符串与预期的 HTML 输出进行比较,并允许将规范测试数据导出为 JSON 格式。 该标准涵盖了广泛的内容结构和格式化功能,包括标题、列表、块引用和水平线。它定义了通过围栏或缩进块、HTML 集成以及用于管理超链接和图像的基于引用的系统进行代码表示的机制。 该规范还详细说明了一个两阶段解析模型,该模型利用抽象语法树(AST)表示和基于 Unicode 的文本规范化来维护可预测的文档层次结构。

    Defines the syntax for creating hyperlinks using inline markers, reference labels, or automatic detection.

    Python
    在 GitHub 上查看↗5,105
  • microsoft/tsdocmicrosoft 的头像

    microsoft/tsdoc

    4,954在 GitHub 上查看↗

    TSDoc 是一个用于在 TypeScript 代码中编写结构化注释的文档标准和规范。它提供了一个可移植的系统,用于在源代码中定义元数据、标签和交叉引用,以确保在不同工具链之间实现一致的解析和渲染。 该项目包含一个文档注释解析器,可将注释转换为结构化语法树,以及一个强制执行语法一致性的验证器。它允许通过外部配置文件定义自定义文档标签,并支持多种语法验证模式以协助规范合规性。 该规范涵盖了广泛的 API 文档需求,包括标记发布阶段、稳定性和弃用状态。它支持详细说明函数参数、返回值和异常类型,以及管理内部可见性、继承和声明之间的交叉引用。

    Generates links to external URLs or internal items using specialized inline tags according to a standard specification.

    TypeScriptcommentsdoc-commentsdocumentation
    在 GitHub 上查看↗4,954
  1. Home
  2. Web Development
  3. Hyperlink Definitions