<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi fellow devs,<div><br></div><div>Do any of you use github for browsing the GHC code? I find it useful sometimes, especially when I'm collaborating with someone remotely and wish to send a link to some code, or when I don't have a particular branch to hand. As of October, github now renders all .lhs files as Markdown. It seems other Haskellers have requested this, but it wreaks havoc on GHC's code, which does not use Markdown. In particular, Markdown uses ~~~~ to delineate code segments, and GHC uses that to underline Notes. This has bothered me for months, but I finally rooted down the cause and opened a ticket. The ticket is here:&nbsp;<a href="https://github.com/github/markup/issues/196">https://github.com/github/markup/issues/196</a>&nbsp; If you have run into this problem and have an opinion about it, please share it there!</div><div><br></div><div>Thanks,</div><div>Richard</div></body></html>