Skip to content

Commit

Permalink
Merge pull request #14 from drupol/fix/extra-space
Browse files Browse the repository at this point in the history
fix: prevent extra space after glossary item
  • Loading branch information
slashformotion authored Dec 1, 2023
2 parents 7542088 + 16da5b5 commit 5a52780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions glossarium.typ
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SOFTWARE.*/
[#entry.short#suffix]
}

[#link(label(entry.key))[#textLink]#label(__glossary_label_prefix + entry.key)]
[#link(label(entry.key), textLink)#label(__glossary_label_prefix + entry.key)]
} else {
text(fill: red, "Glossary entry not found: " + key)
}
Expand Down Expand Up @@ -151,4 +151,3 @@ SOFTWARE.*/
]
}
};

0 comments on commit 5a52780

Please sign in to comment.