Skip to content

Commit

Permalink
Merge pull request #582 from NASA-IMPACT/784/remove_citation_parentheses
Browse files Browse the repository at this point in the history
Remove parentheses around inline citations
  • Loading branch information
wrynearson authored Apr 10, 2024
2 parents a89ef35 + c32fd8a commit 7f54228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Reference(props) {
return (
<RefReadOnly>
<Tip tag='span' title={referenceTitle}>
{`(${formatCitation(reference)})`}
{`${formatCitation(reference)}`}
{children}
</Tip>
</RefReadOnly>
Expand Down

0 comments on commit 7f54228

Please sign in to comment.