render href in pdf build

This commit is contained in:
jasongao97 2023-12-14 17:50:10 +08:00
parent 2c6c1a245c
commit d64e1b4d0d

View file

@ -78,6 +78,11 @@ a {
&:not([href^='http'])::after {
content: ' (see page ' target-counter(attr(href), page) ')';
}
// External links
&[href^='http']::after {
content: ' (' attr(href) ')';
}
}
ol,