mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
render href in pdf build
This commit is contained in:
parent
2c6c1a245c
commit
d64e1b4d0d
1 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,11 @@ a {
|
||||||
&:not([href^='http'])::after {
|
&:not([href^='http'])::after {
|
||||||
content: ' (see page ' target-counter(attr(href), page) ')';
|
content: ' (see page ' target-counter(attr(href), page) ')';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// External links
|
||||||
|
&[href^='http']::after {
|
||||||
|
content: ' (' attr(href) ')';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ol,
|
ol,
|
||||||
|
|
Loading…
Reference in a new issue