Blockquotes

Key Point

💡 How to use blockquotes.

Indentation

Always separate the marker > from the actual content using a single whitespace.

remark-lint: blockquote-indentation

👍 Correct code for this rule:

> Winter

👎 Incorrect code for this rule:

>Winter
>  Winter

Multi line

Use a greater than sign (>) for every line, including wrapped.

remark-lint: no-blockquote-without-marker

👍 Correct code for this rule:

> Winter
> Snow
> Many snowflakes are falling down. The winter has sparkling and frozen elements! It is home
> for many beautiful animals like snowy owls,
> arctic foxes, and grizzly bears.

👎 Incorrect code for this rule:

> Winter
Snow
> Many snowflakes are falling down. The winter has sparkling and frozen elements! It is home
for many beautiful animals like snowy owls,
arctic foxes, and grizzly bears.
Last Updated: 6/20/2019, 5:54:20 AM