← 返回
未分类

Markdown Output

Enforce Markdown output formatting policy whenever the user asks for full Markdown source code, raw Markdown, or copyable Markdown documents. Use whenever th...
每当用户请求完整的 Markdown 源码、原始 Markdown 或可复制的 Markdown 文档时,必须遵守 Markdown 输出格式规范。
jeff-tian jeff-tian 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 428
下载
💾 6
安装
1
版本
#latest

概述

Markdown Output Policy

This skill defines mandatory formatting rules for generating full Markdown

source code. These rules have higher priority than any stylistic

formatting preferences.

Fencing Rules

  1. Always wrap the entire Markdown document in triple tildes (~~~).
  2. Never use triple backticks (` ` `) as the outermost fence.
  3. Triple backticks (` ` `) are allowed only inside the document for

code examples.

  1. Avoid nested triple backticks. If a code block inside the document

itself needs to show triple backticks, use an increased-count fence

(e.g. ~~~~) or indent-based code blocks instead.

  1. The output must be copyable in its entirety without rendering breaks.

Link Formatting Rules

  1. In Markdown links, insert one space between the URL and the closing

parenthesis:

  1. After a bare URL (not inside a link), always insert one space before

any following character, including punctuation:

  • Correct: https://example.com ,下一段文字
  • Wrong: https://example.com,下一段文字

Examples

Fencing — correct

~~~

~~~

My Document

Some text and a code block:

console.log("hello");

~~~

~~~

Fencing — wrong (uses triple backticks as outer fence)

Do not produce output like this:

~~~

# My Document
…

~~~

Link — correct

~~~

See GitHub for details.

~~~

Link — wrong

~~~

See GitHub for details.

~~~

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 23:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 483 📥 159,831
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 940 📥 188,411
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 407 📥 151,906