﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
15367	WordPress strips multiple line breaks inside of <pre> tags	Viper007Bond	garyc40	"Write a post:

{{{
<pre>
This


is




a
test.
</pre>
}}}

You end up with this:

{{{
<pre>
This

is

a
test.
</pre>
}}}

Probably related to `wpautop()` I imagine."	defect (bug)	assigned	normal	Future Release	Formatting	3.1	normal		3.2-early wpautop needs-testing has-patch needs-refresh	MikeHansenMe
