Broken master build: rendered markdown headers don't have IDs
Created by: cirosantilli
Create an issue, use description # a
, submit.
Expected rendered markdown:
<h1 id="a">a
Actual rendered markdown has no ID:
<h1>a
Same happens on many other places like help pages and blobs.
This breaks up the master build as in:
https://semaphoreapp.com/gitlabhq/gitlabhq/branches/pull-request-7999/builds/2
Not yet on live, only master.