From 3c28c1def051da7e7a89b4660504f91696b04b3d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 2 Oct 2024 18:14:34 -0300 Subject: content: generateCommentaryEntry: no absorb in heading annotation --- src/content/dependencies/generateCommentaryEntry.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) { -- cgit 1.3.0-6-gf8a5