Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 865 Bytes

quote.md

File metadata and controls

23 lines (16 loc) · 865 Bytes
description
Add a quote block to a page to highlight copy you’re adding from elsewhere, or to draw attention to a specific part of your text

Quotes

Quotes are useful when you want to include something from another source.

Start a quote by typing > followed by pressing Space in an empty paragraph, or use the insert palette. You can also convert a paragraph block to a quote by highlighting the entire paragraph and hitting >.

Example of a quote

"No human ever steps in the same river twice, for it’s not the same river and they are not the same human." — Heraclitus

Representation in Markdown

{% code overflow="wrap" %}

> "No human ever steps in the same river twice, for it’s not the same river and they are not the same human." — _Heraclitus_

{% endcode %}