« get me outta code hell

caught that first try YEP - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-15 22:04:32 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-15 22:04:32 -0400
commit56b87de8dcb439c55b8d2fffe332141d9d28aa35 (patch)
tree37d7e892c7cf0ab0d98fc4afd60a253510b6468f
parenta526ae6ac12e912374ff812c0ab89c70c7943df7 (diff)
caught that first try YEP
-rwxr-xr-xsrc/upd8.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index a793feb6..79b5747b 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -398,6 +398,7 @@ function joinLineBreaks(sourceLines) {
 
 function transformMultiline(text, {
   parseAttributes,
+  to,
   transformInline,
   thumb = null,
 }) {
@@ -2382,6 +2383,7 @@ async function main() {
         bound.transformMultiline = bindOpts(transformMultiline, {
           transformInline: bound.transformInline,
           parseAttributes: bound.parseAttributes,
+          to,
         });
 
         bound.transformLyrics = bindOpts(transformLyrics, {