I want to add the line break in the blockquote #290
-
for example, if the markdown is like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
gonzalezreal
Jan 6, 2024
Replies: 1 comment 2 replies
-
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; |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
no13bus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: