Skip to content

I want to add the line break in the blockquote #290

Answered by gonzalezreal
no13bus asked this question in Q&A
Discussion options

You must be logged in to vote

As stated in the GitHub Flavored Markdown Spec, you can add two or more spaces before the line break to render a hard line break.

Another option is to insert an HTML line break element at the end of each line:

> No Man Is An Island<br />
> entire of itself;<br />
> every man is a piece of the continent,<br />
> a part of the main;

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@no13bus
Comment options

@gonzalezreal
Comment options

Answer selected by no13bus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants