Printing markdown

Hi guys. I LOVE how Gitlab renders markdown, it’s the best md renderer out there I think. I want to be able to print a pdf based on the rendered md. Is there some way I can do this PLEASE?? Everything else that prints to pdf looks like trash.

Hey Pinter, if you want that exact look, the best way is to use the GitLab API /markdown endpoint to get your HTML first. Then, you can use a tool like md-to-pdf and just link GitLab’s official Pajamas CSS. This keeps all the GitLab-specific stuff like task lists, math, and code highlighting looking exactly like it does on the web.