@Riyad I at least as of GitLab 6.9.0, commit messages do not seem to get rendered as Markdown. There is code in _commit_box.html.haml that escapes the commit message:
but this issue requests that the commit message be rendered with actual Markdown formatting applied.
Perhaps we need to add a project-specific option like "Parse commit messages as Markdown". Which would remove the "escape_once", possibly that would be enough to get actual Markdown rendering?
By Administrator on 2014-06-05T20:02:16 (imported from GitLab)
Also, why was the parsing of issue references in commit messages removed? It looks like there was a nice feature where issue numbers like #FOO-3345 would be turned into links. I see #2293 indicates that GFM Markdown parser itself creates issue links from that pattern, so maybe if the commit messages is once again parsed as GFM we'll have the issue links back.
By Administrator on 2014-06-05T20:27:48 (imported from GitLab)