返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
M

Markdown

Generate clean, portable Markdown that renders correctly across parsers.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
3,172
下载量
5
收藏
概述
安装方式
版本历史

Markdown

## Whitespace Traps - Blank line required before lists, code blocks, and blockquotes—without it, many parsers continue the previous paragraph - Nested lists need 4 spaces (not 2) for GitHub/CommonMark; 2 spaces breaks nesting in strict parsers - Two trailing spaces for `<br>` break—invisible and often stripped by editors; prefer blank line or `<br>` tag - Lines with only spaces still break paragraphs—trim trailing whitespace ## Links & Images - Parentheses in URLs break `[text](url)`—use `%28` `%29` or angle brackets: `[text](<url with (parens)>)` - Spaces in URLs need `%20` or angle bracket syntax - Reference-style links `[text][ref]` fail silently if `[ref]: url` is missing—verify all refs exist - Images without alt text: always provide `![alt](url)` even if empty `![]()` for accessibility tools ## Code - Triple backticks inside fenced blocks—use 4+ backticks for outer fence or indent method - Inline backticks containing backtick—wrap with double backticks and pad: ``` `` `code` `` ``` - Language hint after fence affects syntax highlighting—omit only when truly plain text ## Tables - Alignment colons go in separator row: `:---` left, `:---:` center, `---:` right - Pipe `|` in cell content needs backslash escape: `\|` - No blank line before table—some parsers fail - Empty cells need at least one space or break rendering ## Escaping - Characters needing escape in text: `\*`, `\_`, `\[`, `\]`, `\#`, `\>`, `\``, `\\` - Escape not needed inside code spans/blocks - Ampersand only needs escape as `&amp;` when it could form an HTML entity ## Portability - HTML tags work in GitHub but stripped in many renderers—prefer pure Markdown - Extended syntax (footnotes, task lists, emoji shortcodes) not universal—check target parser - YAML frontmatter needs `---` fences and only at file start; some parsers render it as text

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 markdown-1776328029 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 markdown-1776328029 技能

通过命令行安装

skillhub install markdown-1776328029

下载 Zip 包

⬇ 下载 Markdown v1.0.1

文件大小: 1.67 KB | 发布时间: 2026-4-17 14:35

v1.0.1 最新 2026-4-17 14:35
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部