我读过必须块引用包含段落或段落必须包含块引用?,所以我明白为什么blockquote
s 可以包含p
元素本身。但是,我认为这原则上不应排除 ablockquote
可能恰好在 ap
元素中。毕竟,p
里面的 sblockquote
是相对于引用文本的段落,但是为什么引用的文本不能成为包含文档的更大段落的一部分呢?
请参阅以下内容
<p>This is a paragraph</p>
<p> This is another paragraph: with a <blockquote> in it
<blockquote>some long quote</blockquote>
which (notice the lower case <i>w</i>) I write something about here, so it makes sense I'm not starting a new parapgraph, imho.
</p> <!-- this very editor highlights "p>" in red -->