diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-14 12:17:00 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-10-14 12:17:00 -0300 |
commit | 6a4fb4046bed3f6d689dfd22de9e27e9c24b2ee0 (patch) | |
tree | b3804fe23bf1fb944d7a7996ec3bb7e76867913c /src/content/dependencies | |
parent | ecc56837c381af86d06a5bb1bd0c6190b8d6013c (diff) |
content: gAIPCommentaryChunkedList: no punc. absorb in annotations
Diffstat (limited to 'src/content/dependencies')
-rw-r--r-- | src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js b/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js index 72bbf1b6..542faef7 100644 --- a/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js +++ b/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js @@ -231,7 +231,10 @@ export default { item.slots({ annotation: (annotation - ? annotation.slot('mode', 'inline') + ? annotation.slots({ + mode: 'inline', + absorbPunctuationFollowingExternalLinks: false, + }) : null), content: |