« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-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, {