markdown-for-gdoc

Format Markdown for correct rendering when pasted into Google Docs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fyodoriv/agentbrew --skill markdown-for-gdoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-for-gdoc
Source: https://github.com/fyodoriv/agentbrew/tree/main/skill-plugins/dev/markdown-for-gdoc
Command: npx skills add https://github.com/fyodoriv/agentbrew --skill markdown-for-gdoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rules for writing markdown that renders correctly when copied into Google Docs. Covers diagrams (no ASCII art), tables, code blocks (65-char lines), headings, links, and formatting. Use when authoring RFCs or design docs for Google Docs. Don't use for general markdown or GitHub-only documents.

Core Features & Use Cases

  • Nested bullet lists, simple tables, and prose to ensure proper rendering in Google Docs.
  • Avoid ASCII diagrams and box-drawing characters by recommending alternative layouts like nested bullet lists and simple tables.
  • Code block guidelines: limit lines to 65 characters and maintain 2-space indentation.
  • Headings, links, and general formatting guidelines to preserve structure when pasted.

Quick Start

Paste your Markdown document into Google Docs and apply these formatting rules for consistent rendering.

Frequently Asked Questions about markdown-for-gdoc

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

FAQPage Schema
How do I format markdown so it renders correctly when pasted into Google Docs?

To format markdown for Google Docs, use nested bullet lists, simple tables, and plain prose while avoiding ASCII art and limiting code blocks to 65 characters to ensure proper rendering.

Why does markdown formatting break when I copy it into Google Docs?

Markdown formatting breaks in Google Docs because complex elements like ASCII diagrams and box-drawing characters do not paste correctly. Use nested bullet lists and simple tables as alternative layouts to prevent formatting issues.

What is the best way to include code blocks in a Google Docs markdown document?

The best way to include code blocks in Google Docs markdown is to limit line lengths to 65 characters and maintain 2-space indentation. This ensures the code structure is preserved without horizontal scrolling.

Can I use markdown for RFCs and design docs submitted in Google Docs?

Yes, you can use markdown for RFCs and design docs in Google Docs by applying specific formatting guidelines for headings, links, and tables. This ensures your document structure remains intact during the paste workflow.

When should I not use this markdown formatting approach?

You should not use this markdown formatting approach for general markdown files or GitHub-only documents. These guidelines are specifically tailored for authoring documents that will be pasted directly into Google Docs.

Does this markdown formatting support ASCII diagrams and tables?

This markdown formatting supports simple tables but explicitly avoids ASCII diagrams and box-drawing characters. You should use nested bullet lists and simple tables as alternative layouts to ensure consistent output.