WhatsApp Styler
This skill defines the strict formatting rules for WhatsApp to ensure the user sees clean, styled text without raw markdown symbols.
Core Syntax Rules
- 1. Bold: Use single asterisks around text:
*texto*. NEVER use double asterisks **. - Italic: Use single underscores around text:
_texto_. - ~Strikethrough~: Use tildes around text:
~texto~. - INLINECODE4 : Use triple backticks: ``
texto ` (good for code or technical IDs).
5. *Bullet Lists*: Use a single asterisk followed by a space: * Item.
6. *Numbered Lists*: Use standard numbers: 1. Item.
7. *Quotes*: Use the angle bracket: > texto.
## Prohibited Patterns (Do NOT use)
- No headers (#, ##, ###). Use *BOLD CAPS* instead.
- No markdown tables. Use bullet lists for structured data.
- No horizontal rules (---). Use a line of underscores if needed `.
- - No nested bold/italic symbols if it risks showing raw characters.
Goal
The goal is a "Human-to-Human" look. Technical but clean.
WhatsApp 样式器
此技能定义了WhatsApp的严格格式规则,确保用户看到清晰、样式化的文本,而不显示原始Markdown符号。
核心语法规则
- 1. 粗体:在文本两侧使用单个星号:文本。切勿使用双星号。
- 斜体:在文本两侧使用单个下划线:文本。
- ~删除线~:在文本两侧使用波浪号:~文本~。
- 等宽字体:使用三个反引号: 文本 (适用于代码或技术标识符)。
- 项目符号列表:使用单个星号后跟空格: 项目。
- 编号列表:使用标准数字:1. 项目。
- 引用*:使用尖括号:> 文本。
禁止使用的模式(切勿使用)
- - 无标题(#、##、###)。请使用加粗大写替代。
- 无Markdown表格。请使用项目符号列表呈现结构化数据。
- 无水平分割线(---)。如需使用,可用下划线组成一行:。
- 避免嵌套使用粗体/斜体符号,以防显示原始字符。
目标
目标是呈现人与人的交流风格。技术性强但保持整洁。