aboutsummaryrefslogtreecommitdiff
path: root/data/sample.lua
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 10:52:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 10:52:12 -0800
commite19526846fb42e78e162343d1c959ad74a8e077e (patch)
tree0aa397ce1870bad8f600796df445bffed8f4c983 /data/sample.lua
parentcb4123841c5224c8862322d866ebb69153420b3e (diff)
downloadpandoc-e19526846fb42e78e162343d1c959ad74a8e077e.tar.gz
Removed extra comment.
Diffstat (limited to 'data/sample.lua')
-rw-r--r--data/sample.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/sample.lua b/data/sample.lua
index 0c9422743..dd90af29d 100644
--- a/data/sample.lua
+++ b/data/sample.lua
@@ -242,7 +242,6 @@ function OrderedList(items)
return "<ol>\n" .. table.concat(buffer, "\n") .. "\n</ol>"
end
--- Revisit association list STackValue instance.
function DefinitionList(items)
local buffer = {}
for _,item in pairs(items) do