← Back to Blog

Using Blockquotes and Pull Quotes in Substack

Formatting

Blockquotes are one of Substack’s most versatile formatting tools. A well-placed quote can break up dense text, highlight a key insight, lend authority to your argument, or create a moment of pause in your narrative. Yet many newsletter writers either underuse blockquotes or overuse them to the point where they lose their impact.

This guide covers the mechanics and strategy of using blockquotes effectively in Substack.

How Blockquotes Work in Substack

Substack’s blockquote formatting adds a vertical left border and slight indentation to the quoted text. The visual treatment is subtle but effective — it clearly separates the quoted content from your own writing.

Creating a Blockquote

Option 1: Keyboard shortcut

  • Mac: Cmd + Shift + 9
  • Windows: Ctrl + Shift + 9

Option 2: Toolbar Select text and click the blockquote icon (looks like quotation marks) in the formatting toolbar.

Option 3: Markdown If you’re pasting converted markdown, blockquotes use the > prefix:

> This text will render as a blockquote.
> It can span multiple lines.

Multi-Paragraph Blockquotes

To include multiple paragraphs in a single blockquote, press Enter within the blockquote to create a new paragraph. The blockquote formatting continues until you press Enter on an empty line to exit it.

In markdown:

> First paragraph of the quote.
>
> Second paragraph still within the same blockquote.

Blockquotes vs. Pull Quotes

These terms are often confused, but they serve different purposes:

Blockquotes

A blockquote is a direct quote from another source — a person, article, book, or document. It attributes ideas to their original author.

Purpose: citation, evidence, authority

Pull Quotes

A pull quote repeats a key phrase from your own post, displayed prominently to draw attention. Magazines use pull quotes extensively to entice readers to keep going.

Purpose: emphasis, visual interest, scannability

How to Create Pull Quotes in Substack

Substack doesn’t have a dedicated pull quote format. You can simulate one using a blockquote containing your own words. The visual treatment is the same — the left-border styling works for both purposes.

Some writers bold the text inside the blockquote to give pull quotes extra visual weight:

The single most important factor in newsletter growth isn’t your topic — it’s your consistency.

This approach is effective and widely recognized by readers.

When to Use Blockquotes

Citing Other Writers or Publications

The most traditional use. When you reference someone else’s work, a blockquote signals clearly that these aren’t your words:

“The newsletter economy is entering a maturation phase where quality and niche focus outperform broad appeal.”

Always attribute your sources. Place the attribution immediately after the blockquote, either in the quote itself or as a line below it.

Highlighting Key Takeaways

Use a blockquote to surface the single most important idea in a section. This helps skimmers catch the essential point even if they don’t read every paragraph.

Reader Questions or Feedback

If your newsletter includes a Q&A or reader mail section, blockquotes naturally set apart the reader’s words from your response.

Data Highlights

When you pull a particularly striking statistic from a source:

“Newsletter open rates averaged 37.4% in the past year — nearly double the average for marketing emails.”

This makes the data point stand out from surrounding analysis.

Definitions or Explanations

When introducing a technical term or concept, a blockquote can frame the definition clearly:

Content atomization: the practice of breaking a single piece of content into multiple smaller pieces, each optimized for a different platform or format.

Blockquote Best Practices

Keep Them Short

Long blockquotes lose their visual impact. If a quote runs more than 3-4 lines, consider excerpting only the most relevant portion. You can use ellipses to indicate omitted text:

“The creator economy has shifted… writers who own their audience through email lists have a significant advantage over those reliant on algorithmic distribution.”

Don’t Stack Them

Two or more blockquotes in a row create a disjointed reading experience. Space them out with your own analysis and commentary.

Use Them Sparingly

If every other paragraph is a blockquote, none of them will feel special. A good rule of thumb: no more than 3-5 blockquotes per 1,500-word post, unless the post is a roundup format that collects quotes by design.

Always Add Context

Don’t drop a quote without introduction or follow-up. Every blockquote should be:

  1. Introduced: tell the reader who said it and why it matters
  2. Displayed: the quote itself
  3. Discussed: your interpretation, agreement, disagreement, or extension of the idea

Formatting Attribution

There’s no single standard, but common patterns include:

Inline attribution:

“The best writing is rewriting.” — E.B. White

Below the blockquote:

“The best writing is rewriting.”

— E.B. White, The Elements of Style

Choose one pattern and use it consistently throughout your publication.

Blockquotes in Markdown Workflows

If you draft in markdown, blockquotes are simple:

> Single line blockquote.

> Multi-line blockquote
> continues on the next line.

> **Bold text inside a blockquote** for pull quote emphasis.

When converting markdown to Substack-ready rich text using tools like DownStack, blockquotes transfer cleanly with the proper left-border styling.

Nested Blockquotes

Some markdown processors support nested blockquotes with >>, but Substack doesn’t render multiple nesting levels. Stick to single-level blockquotes for compatibility.

Email Rendering

Blockquotes render consistently across most email clients. The left-border treatment works in Gmail, Apple Mail, Outlook, and Yahoo Mail. However, a few considerations:

  • Border color: Substack’s default blockquote border color may vary slightly across email clients
  • Indentation: some email clients may render slightly more or less indentation
  • Font style: Substack may apply italic styling to blockquotes in some configurations

These differences are minor and shouldn’t affect readability. Always preview your post’s email version to confirm.

Creative Uses for Blockquotes

Beyond standard quoting, experienced newsletter writers use blockquotes creatively:

Chapter or Section Epigraphs

Open a section with a relevant quote that sets the tone, similar to how books open chapters with epigraphs.

Callout Boxes

Use blockquotes as callout or aside boxes for supplementary information that’s relevant but not part of the main flow.

Conversation Format

For interview-style posts, alternate between regular text (your questions) and blockquotes (the interviewee’s responses).

Summarizing External Content

When discussing an article or report, pull the key finding into a blockquote and then provide your analysis in regular text.

Key Takeaways

  • Substack’s blockquote adds a left-border and indentation to visually separate quoted text
  • Use Cmd/Ctrl + Shift + 9 for the keyboard shortcut
  • Blockquotes cite others; pull quotes highlight your own key ideas
  • Keep blockquotes short (3-4 lines max) and use them sparingly (3-5 per post)
  • Always introduce, display, and discuss each blockquote — never drop them in without context
  • Attribution should be consistent throughout your publication
  • Blockquotes render reliably across email clients
  • Markdown blockquotes (using >) transfer cleanly to Substack during conversion