update `pandoc` data dir

urosm 2024-03-17 18:23:14 +01:00
parent 4a2773e5a0
commit fdfde51cbb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ end
print("[INFO] bavbavhaus.net: reading pages")
PAGES = (function()
local input_format = "markdown+wikilinks_title_before_pipe"
local input_format = "markdown"
local reader_options = pandoc.ReaderOptions({})
local pages = MetaList({})
function pages:get(input_file)