The following is not about the preview (which looks the same as the final result), but just in case mentioning it here is appreciated: adding a newline before one of the closing </pre>'s might break newlines in other parts of the same post.
Things seem to be formatted fine if the first closing </pre> is on a new line by itself, or if all closing </pre>'s are on the last line of their <pre> blocks. But if the first closing </pre> is at the end of the last line, then using a closing </pre> on a new line somewhere later, messes up the text above it, a bit:
Some text in <pre>, closing </pre> on the same line.
Line, surrounded by blank lines. Should be a new paragraph.
Line, surrounded by blank lines. Should be a new paragraph.
More text in <pre>, closing </pre> on the next line.
Line, surrounded by blank lines. Should be a new paragraph.
Line, surrounded by blank lines. Should be a new paragraph.