Syntax Highlighting: HTML/XML Escaping broken
Created by: phortx
In Gitlab 6.5 following markdown worked:
`` `html
<b>foo</b>
`` `
In Gitlab 6.6 you have to escape html otherwise it will be interpreted:
`` `html
<b>foo</b>
`` `
That also affects code snippets in already existing issues/comments and so causes broken or empty code blocks.