From 56b87de8dcb439c55b8d2fffe332141d9d28aa35 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 15 Jan 2023 22:04:32 -0400 Subject: caught that first try YEP --- src/upd8.js | 2 ++ 1 file changed, 2 insertions(+) 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, { -- cgit 1.3.0-6-gf8a5