« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateCommentaryEntry.js5
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) {