Markdown in Google Docs
Google Docs has native Markdown support built-in. No converter needed!
How to Use Markdown in Google Docs
Automatic Markdown Detection
Google Docs automatically detects and converts Markdown syntax as you type:
# Heading→ Converts to Heading 1## Heading→ Converts to Heading 2**bold**→ Converts to bold text*italic*→ Converts to italic text- List item→ Converts to bullet list1. List item→ Converts to numbered list
Enable/Disable Markdown
- Open your Google Doc
- Go to Tools → Preferences
- Check or uncheck "Automatically detect Markdown"
- Click OK
Copy Markdown from Google Docs
- Select the text you want to copy
- Go to Edit → Copy as Markdown
- Paste into any Markdown editor
Advertisement
Ads are shown only after confirming optional cookies.
Supported Markdown Syntax
Text Formatting
- Bold:
**text** - Italic:
*text* - Strikethrough:
~~text~~
Structure
- Headings:
# to ###### - Lists:
- or 1. - Links:
[text](url)