diff --git a/plugins/exporter.koplugin/template/md.lua b/plugins/exporter.koplugin/template/md.lua index 80b632a77..ca10bc896 100644 --- a/plugins/exporter.koplugin/template/md.lua +++ b/plugins/exporter.koplugin/template/md.lua @@ -46,7 +46,7 @@ local function prepareBookContent(book, formatting_options, highlight_formatting current_chapter = entry.chapter content = content .. "## " .. current_chapter .. "\n" end - content = content .. "### Page " .. entry.page .. " @ " .. os.date("%d %B %Y %I:%M %p", entry.time) .. "\n" + content = content .. "### Page " .. entry.page .. " @ " .. os.date("%d %B %Y %I:%M:%S %p", entry.time) .. "\n" if highlight_formatting then content = content .. string.format(formatters[formatting_options[entry.drawer]].formatter, entry.text) .."\n" else