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 2ee8701 commit ab47c31Copy full SHA for ab47c31
pandoc/paper.lua
@@ -63,8 +63,8 @@ function paper(data)
63
local div_content = {
64
pandoc.Header(3, header),
65
pandoc.Para({pandoc.Str(authors)}, {class = "authors"}),
66
- pandoc.Para(sub, {class = "venue"}), -- It seems the class cannot be set
67
- pandoc.Div(file_info, { class = "files" })
+ pandoc.Para(sub),
+ pandoc.Div(file_info)
68
}
69
70
local div = pandoc.Div(div_content, {class = "paper"})
@@ -103,6 +103,4 @@ function CodeBlock(el)
103
return pandoc.Blocks(content)
104
end
105
106
- return el
107
-
108
0 commit comments