mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	In HTML, the line break immediately following a start tag is ignored (see: https://www.w3.org/TR/html4/appendix/notes.html#h-B.3.1). An extra span tag has been introduced in the upstream Pygments HtmlFormatter in order to preserve the first new line. The Bugdown Tests as well as our fenced_code.js frontend markdown processor have been updated to reflect this new behavior.