mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
Merge pull request #599 from nature-of-code/url-render
Render `href` in pdf build
This commit is contained in:
commit
332407bc39
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue