markdown

Format documentation according to Google's official Markdown style guide.

9|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/testdino-hq/google-styleguides-skills --skill markdown-testdino-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown
Source: https://github.com/testdino-hq/google-styleguides-skills/tree/main/markdown
Command: npx skills add https://github.com/testdino-hq/google-styleguides-skills --skill markdown-testdino-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures your documentation adheres to Google's official Markdown style guide, promoting clarity, consistency, and readability across all your written content.

Core Features & Use Cases

  • Consistent Formatting: Enforces rules for headers, lists, code blocks, links, and more.
  • Improved Readability: Makes documentation easier to scan and understand for both humans and AI.
  • Use Case: When writing a README file or technical documentation, use this Skill to ensure your Markdown is formatted according to Google's best practices, making it professional and easy to maintain.

Quick Start

Follow the Google Markdown style guide for writing documentation.

Frequently Asked Questions about markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Google's Markdown style guide for documentation?

Google's Markdown style guide is a set of formatting standards for technical documentation. It provides rules for headers, lists, code blocks, links, and images to ensure clarity, consistency, and readability across written content.

How do I format headers, lists, and code blocks in Markdown?

To format headers, lists, and code blocks in Markdown, follow Google's official style guide which enforces specific rules for each element. This ensures your technical documentation maintains consistent formatting and improved readability.

Does Google's Markdown style guide cover tables, blockquotes, and task lists?

Yes, Google's Markdown style guide covers formatting standards for tables, blockquotes, task lists, and horizontal rules. It also provides guidance on emphasizing text and escaping special characters in documentation.

What's the best way to write a README file using Markdown formatting?

The best way to write a README file using Markdown formatting is to adhere to Google's official style guide. This ensures your headers, links, and code blocks follow best practices for consistent and readable technical writing.

When do I need to escape special characters in Markdown documentation?

You need to escape special characters in Markdown documentation when they conflict with formatting syntax. Google's Markdown style guide provides specific rules for escaping these characters to prevent rendering errors and maintain readability.