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 35c868a commit 4206bcfCopy full SHA for 4206bcf
src/resources/filters/crossref/sections.lua
@@ -55,6 +55,8 @@ function sections()
55
if appendix then
56
el.content:insert(1, pandoc.Space())
57
tprepend(el.content, crossrefOption("appendix-delim", stringToInlines(" —")))
58
+ elseif level == 1 and not _quarto.format.isHtmlOutput() then
59
+ el.content:insert(1, pandoc.Str(". "))
60
else
61
62
end
0 commit comments