Skip to content

Add new group level markdown_preview route

Mario Celi requested to merge 442096-new-group-mardown-preview-route into master

What does this MR do and why?

New route is properly scoped as /groups/*group_id/-/markdown_preview as described in gitlab-foss#61985 (moved)

Removal of the old route is tracked in #442218 and we can remove it one release after the frontend has completely stopped using it.

This came up in #442096 (comment 1776482956) as currently we need to url encode the group's fullpath for it to work properly

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #442096 (closed)

Edited by Mario Celi

Merge request reports