fix(api): Fix PDF ToC page number formatting
This commit is contained in:
committed by
Dhanush R
parent
222e07085f
commit
08ff95d686
@@ -205,6 +205,8 @@ section {
|
||||
#contents a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#contents a::before {
|
||||
content: target-counter(attr(href), h2-counter) '. ' target-text(attr(href));
|
||||
|
||||
Reference in New Issue
Block a user