Skip to content

Fixes markdown not rendering on /features/

Marcia Ramos requested to merge fix-markdown-rendering-features into master

For !9662 (merged)

@bikebilly the normal markdown doesn’t work for these cases, where it's rendered from a Yaml file. We need to use the kramdown helper: https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/lib/custom_helpers.rb#L41

Now both html and markdown markup should work for all feature.descriptions.

Edited by Marcia Ramos

Merge request reports