- Affected version
 - 2.3.0 Beta 5
 
If you copy from a code block (inline or otherwise), instead of formatting being vaguely copied as expected it dumps a bunch of HTML goops into the editor.
	
	
	
		
Copying "line2;" will paste something like line2<span>;</span>
				
			
		PHP:
	
	line1;
line2;
line3;
	
	