diff options
Diffstat (limited to 'src/content/dependencies/generateCommentaryEntry.js')
-rw-r--r-- | src/content/dependencies/generateCommentaryEntry.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/dependencies/generateCommentaryEntry.js b/src/content/dependencies/generateCommentaryEntry.js index b51d4315..9243a89c 100644 --- a/src/content/dependencies/generateCommentaryEntry.js +++ b/src/content/dependencies/generateCommentaryEntry.js @@ -75,7 +75,10 @@ export default { if (relations.annotationContent) { workingCapsule += '.withAnnotation'; workingOptions.annotation = - relations.annotationContent.slot('mode', 'inline'); + relations.annotationContent.slots({ + mode: 'inline', + absorbPunctuationFollowingExternalLinks: false, + }); } if (workingCapsule === accentCapsule) { |