Added anchors pages and links addresses to the PDF
This commit is contained in:
parent
e89c48ffdf
commit
ee498733ff
@ -174,6 +174,9 @@ a {
|
||||
}
|
||||
|
||||
/* add page number to cross references */
|
||||
a.xref::after {
|
||||
content: " (page " target-counter(attr(href, url), page) ")";
|
||||
a[href^="#"]::after {
|
||||
content: " (p. " target-counter(attr(href, url), page) ")";
|
||||
}
|
||||
a[href^="http"]::after {
|
||||
content: " (" attr(href) ")";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user