Skip to content

Fix use of emphasis in automatically generated merge requests

What does this MR do and why?

I noticed when these MR were generated:

... that they have unrendered use of italics (_), presumably because it's all wrapped in HTML.

I'm switching _ to <em> so that it's pure HTML.


Before

Monthly cleanup of docs redirects.

See https://about.gitlab.com/handbook/product/ux/technical-writing/#regularly-scheduled-tasks

_Created automatically: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/raketasks.md#clean-up-redirects_


After

Monthly cleanup of docs redirects.

See https://about.gitlab.com/handbook/product/ux/technical-writing/#regularly-scheduled-tasks

Created automatically: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/raketasks.md#clean-up-redirects

Merge request acceptance checklist

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

Edited by Evan Read

Merge request reports