Markdown Toolbox Logo Markdown Toolbox
Home
Blog

Markdown Toolbox - Easily convert Markdown to other formats | Product Hunt

How do I add block quotes in Markdown?

Tuesday, December 19, 2023

To add block quotes in Markdown, use the > symbol at the beginning of a paragraph. Block quotes are useful for distinguishing quoted text or highlighting a section for emphasis.

> This is a block quote in Markdown.

The output will appear as follows:

This is a block quote in Markdown.