Another regex?

In (X)HTML, a <p> tag is essentially a block level element with padding at the top and bottom. So, I’m wondering, will a
in a regex statement match both standard new lines and paragraph breaks(in the theory of an actual paragraph break), or if you would detect a "paragraph break with two consecutive newline expressions (

)?