Skip to content

Commit

Permalink
render href in pdf build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongao97 committed Dec 14, 2023
1 parent 2c6c1a2 commit d64e1b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions magicbook/stylesheets/components/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d64e1b4

Please sign in to comment.