Update typo in markdown doc link parser
What does this MR do and why?
As pointed out in !123377 (comment 1427388872), there is a typo in the markdown parser that strips badges out of anchor links. It should be saas
/SAAS
, not sass
/SASS
. The badges are described here: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#available-product-tier-badges
Resolves #415123 (closed)
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.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.