Bug description
I've noticed that the styling of cross-references (e.g., to chapters) differs for HTML and PDF output.
I'm using R Studio with R version 4.2.2. Running Quarto 1.2.258 on a Windows computer.
Minimal Reproducible Example:
---
title: "HTML / PDF Cross-Rerefence Test"
# CROSS-REFERENCING
number-sections: true
# STYLING
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt
toc-title: "Inhoud"
toc-depth: 2
link-citations: true
---
# This would be Chapter 1 {#sec-chap-1}
# This would be Chapter 2
With a link to @sec-chap-1
Output: HTML

Output: PDF

Expected Behavior:
I would expect the PDF link to include the 'Section' - which is what is what is currently happening in the HTML styling. Underlining the link would also be nice for clearer visibility, but not necessary (could perhaps be achieved through custom css). At the moment with only the numbers as links it is very hard for readers to recognize that there is in fact a link!
Checklist
Bug description
I've noticed that the styling of cross-references (e.g., to chapters) differs for HTML and PDF output.
I'm using R Studio with R version 4.2.2. Running Quarto 1.2.258 on a Windows computer.
Minimal Reproducible Example:
Output: HTML

Output: PDF

Expected Behavior:
I would expect the PDF link to include the 'Section' - which is what is what is currently happening in the HTML styling. Underlining the link would also be nice for clearer visibility, but not necessary (could perhaps be achieved through custom css). At the moment with only the numbers as links it is very hard for readers to recognize that there is in fact a link!
Checklist