markdown
Installation
SKILL.md
Google Markdown Style Guide
Official Google Markdown formatting standards for consistent documentation.
Quick Reference
Golden Rules
- One sentence per line — easier diffs and reviews
- ATX-style headers — use
#not underlines - Fenced code blocks — use ``` with language
- Reference-style links — for repeated URLs
- Consistent list markers —
-for unordered,1.for ordered - Blank lines around blocks — improve readability
- 80-character line limit — for prose