using horizontal rule in comment causes invalid atom feed
Comments in merge requests are rendered in the atom feed like <summary type="xhtml">...</summary>
. But markdown output in feed is not using XHTML mode, thus horizontal rules are rendered as <hr>
, not <hr />
, that causes invalid atom feed.