When I try to make a blockquote in raw HTML with more than one paragraph (<p>), only the first paragraph is inside of the blockquote tags in the actual HMTL generated for the post.
<blockquote>
<p>Paragraph 1</p>
<p>Paragraph 2</p>
</blockquote>
Has anybody managed to make it work?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It works, but shouldn't blockquote be able to contain multiple p?
I'd like to be able to quote excerpts from other websites without having to modify the HTML.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That's the only way I can get it to work.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Maybe
Which looks like this:
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit