We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f91782d + d7c763b commit 54f4d4cCopy full SHA for 54f4d4c
src/resources/filters/normalize/astpipeline.lua
@@ -64,7 +64,7 @@ function quarto_ast_pipeline()
64
local jin = assert(io.open(juice_in, 'w'))
65
jin:write(htmltext)
66
jin:flush()
67
- local quarto_path = pandoc.path.join({os.getenv('QUARTO_BIN_PATH'), 'quarto'})
+ local quarto_path = quarto.config.cli_path()
68
local jout, jerr = io.popen(quarto_path .. ' run ' ..
69
pandoc.path.join({os.getenv('QUARTO_SHARE_PATH'), 'scripts', 'juice.ts'}) .. ' ' ..
70
juice_in, 'r')
0 commit comments