Skip to content

Commit 4cae2e6

Browse files
committed
Remove debug
1 parent bdeba75 commit 4cae2e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/resources/filters/layout/manuscript.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ function manuscript()
4545

4646
return {
4747
traverse = 'topdown',
48-
Pandoc = function(el)
49-
local html = pandoc.write(el, "html")
50-
_quarto.file.write("/Users/ct/Desktop/test.html", html)
51-
end,
5248

5349
-- Process any cells that originated from notebooks
5450
Div = function(divEl)

0 commit comments

Comments
 (0)