diff options
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 |
commit | 56b87de8dcb439c55b8d2fffe332141d9d28aa35 (patch) | |
tree | 37d7e892c7cf0ab0d98fc4afd60a253510b6468f /src/upd8.js | |
parent | a526ae6ac12e912374ff812c0ab89c70c7943df7 (diff) |
caught that first try YEP
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 2 |
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, { |