4 个仓库
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.
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
Teaches creating hyperlinks using anchor tags to link to external resources.
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.
该项目是一个正式的 Markdown 规范标准,提供了详细的标记语法定义和将纯文本解析为一致 HTML 输出的明确规则集。它为结构块和内联元素建立了标准化语法,以确保跨不同软件实现的一致渲染。 该规范由解析器一致性套件以及 C 和 JavaScript 的参考实现支持,以验证实现是否遵循该标准。它包括一个实现验证系统,该系统将转换后的输入字符串与预期的 HTML 输出进行比较,并允许将规范测试数据导出为 JSON 格式。 该标准涵盖了广泛的内容结构和格式化功能,包括标题、列表、块引用和水平线。它定义了通过围栏或缩进块、HTML 集成以及用于管理超链接和图像的基于引用的系统进行代码表示的机制。 该规范还详细说明了一个两阶段解析模型,该模型利用抽象语法树(AST)表示和基于 Unicode 的文本规范化来维护可预测的文档层次结构。
Defines the syntax for creating hyperlinks using inline markers, reference labels, or automatic detection.
TSDoc 是一个用于在 TypeScript 代码中编写结构化注释的文档标准和规范。它提供了一个可移植的系统,用于在源代码中定义元数据、标签和交叉引用,以确保在不同工具链之间实现一致的解析和渲染。 该项目包含一个文档注释解析器,可将注释转换为结构化语法树,以及一个强制执行语法一致性的验证器。它允许通过外部配置文件定义自定义文档标签,并支持多种语法验证模式以协助规范合规性。 该规范涵盖了广泛的 API 文档需求,包括标记发布阶段、稳定性和弃用状态。它支持详细说明函数参数、返回值和异常类型,以及管理内部可见性、继承和声明之间的交叉引用。
Generates links to external URLs or internal items using specialized inline tags according to a standard specification.