Skip to content

Improve printing functionality

yanglb requested to merge yanglb/gitlab:master into master
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

Fix print Markdown issue #468535 .

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

Before After
image image

How to set up and validate locally

  1. Create new project
  2. Add a Markdown file (like README.md)
  3. Visit markdown pages such as http://127.0.0.1:3000/root/test/-/blob/main/README.md
  4. Print the page
Edited by yanglb

Merge request reports