Skip to content

Update controller update to allow clean MD render

Tomas Bulva requested to merge help-controller-update into master

What does this MR do and why?

In order to render the help markdown document inside the UI dropdown I need a backend markdown renderer to be able to output just the markdown body as HTML. The current version is rendering any help markdown as (https://about.gitlab.com/handbook/markdown-guide/) SSG with header and footer.

Issue: #329234 (closed)

1/4

Screenshots or screen recordings

How to set up and

  1. Checkout this branch
  2. Request any docs document to receive pure MD body render (eg. curl "http://localhost:3000/help/drawers/user/search/global_search/advanced_search_syntax.html")

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #329234 (closed)

Edited by Tomas Bulva

Merge request reports

Loading