mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -326,7 +326,7 @@ module Tooling
|
||||
buff << if deprecation
|
||||
deprecation.markdown(context: context)
|
||||
else
|
||||
"**Deprecated:** #{object[:deprecation_reason]}"
|
||||
"**Deprecated**: #{object[:deprecation_reason]}"
|
||||
end
|
||||
|
||||
buff << original_description if context == :inline && deprecation&.experiment?
|
||||
|
Reference in New Issue
Block a user