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.
1 parent bdeba75 commit 4cae2e6Copy full SHA for 4cae2e6
src/resources/filters/layout/manuscript.lua
@@ -45,10 +45,6 @@ function manuscript()
45
46
return {
47
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,
52
53
-- Process any cells that originated from notebooks
54
Div = function(divEl)
0 commit comments