1 个仓库
Tools that convert formal technical specifications into human-readable formats like HTML and PDF.
Distinct from Feature Specification Documents: Distinct from Feature Specification Documents: focuses on the transformation of the formal spec into readable output rather than the storage of requirements.
Explore 1 awesome GitHub repository matching development tools & productivity · Specification Document Renderers. Refine with filters or upvote what's useful.
CommonMark 是 Markdown 的正式标准规范,提供参考实现和一组规则,以确保跨不同平台的文本渲染一致性。它由一个 Markdown 解析器实现和一套用于生成正式语法文档的系统组成。 该项目包含一个带有超过五百个嵌入示例的全面一致性测试套件,以验证其他 Markdown 实现是否遵循该规范。它提供将这些测试用例导出为 JSON 格式的工具,以便在外部验证过程中使用。 该系统涵盖文档格式转换,将正式规范转换为人类可读的 HTML 和 PDF 输出。它通过单遍标记化(tokenization)和基于规则的语法标准化,采用结构化的文本处理方法。
Converts the formal syntax specification into HTML and PDF formats for human readability.