Skip to content

Commit ab47c31

Browse files
Small fixes
1 parent 2ee8701 commit ab47c31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandoc/paper.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ function paper(data)
6363
local div_content = {
6464
pandoc.Header(3, header),
6565
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" })
66+
pandoc.Para(sub),
67+
pandoc.Div(file_info)
6868
}
6969

7070
local div = pandoc.Div(div_content, {class = "paper"})
@@ -103,6 +103,4 @@ function CodeBlock(el)
103103
return pandoc.Blocks(content)
104104
end
105105

106-
return el
107-
108106
end

0 commit comments

Comments
 (0)