-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Labels
bugSomething isn't workingSomething isn't workingpandoc-luaIssues with our Lua helper functions, filters, etc. in PandocIssues with our Lua helper functions, filters, etc. in Pandoctriaged-toIssues that were not self-assigned, signals that an issue was assigned to someone.Issues that were not self-assigned, signals that an issue was assigned to someone.
Milestone
Description
isslides.lua:
Pandoc = function(content)
quarto.log.output(quarto.format.is_html_slide_output())
endnotslides.qmd:
---
title: Untitled
format: html
filters:
- isslides.lua
---
## HelloOn quarto render of notslides.qmd I get:
true
Output created: not-slides.html
Culprit might be:
quarto-cli/src/resources/pandoc/datadir/_format.lua
Lines 332 to 335 in 40b8b54
| isHtmlOutput = isHtmlOutput, | |
| is_html_output = isHtmlOutput, | |
| isHtmlSlideOutput = isHtmlSlideOutput, | |
| is_html_slide_output = isHtmlOutput, |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpandoc-luaIssues with our Lua helper functions, filters, etc. in PandocIssues with our Lua helper functions, filters, etc. in Pandoctriaged-toIssues that were not self-assigned, signals that an issue was assigned to someone.Issues that were not self-assigned, signals that an issue was assigned to someone.