Show proper links in the project description on the index page
-
Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA
What does this MR do and why?
- This MR adds support for markdown in catalog descriptions in CI/CD catalog page. See #455619 (closed)
- Additionally, I have also implemented a similar fix for the catalog header page. See #455619 (comment 1876235856)
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
- Run a rake command to seed CI/CD catalogs. Example:
bundle exec rake "gitlab:seed:ci_catalog_resources[Twitter, 50]"
- Edit any catalog to have markdown text with link
- Preview at CI/CD catalog index page
Edited by Abh80