Skip to content

New Rule: no-blanks-blockquote #388

Closed as not planned
Closed as not planned
@ntdiary

Description

@ntdiary

Rule details

This rule is triggered when two blockquote blocks are separated by nothing except for a blank line

What type of rule is this?

Warns about a potential problem

Example code

> one blockquote

> same blockquote?

If they are the supposed to be the same quote, then add the blockquote symbol at the beginning of the blank line:
> one blockquote
> 
> the same blockquote

If not, ensure there is appropriate explanatory text between them:

> This is a blockquote.

And Jimmy also said:

> This is another blockquote.

Participation

  • I am willing to submit a pull request to implement this rule.

Additional comments

Ref: MD028/no-blanks-blockquote

may be considered an edge case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Complete

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions