Make toplevel pandoc bin make use of mediabag.
Note that at the moment the mediabag is discarded. This will have to be changed to make use of it.
This commit is contained in:
parent
a79ea18503
commit
f733b50150
1 changed files with 2 additions and 1 deletions
|
@ -1201,7 +1201,8 @@ main = do
|
|||
readSources sources >>=
|
||||
handleIncludes' . convertTabs . intercalate "\n" >>=
|
||||
r readerOpts
|
||||
ByteStringReader r -> readFiles sources >>= r readerOpts
|
||||
ByteStringReader r -> readFiles sources >>= r readerOpts >>=
|
||||
(return . fst)
|
||||
|
||||
|
||||
let doc0 = M.foldWithKey setMeta doc metadata
|
||||
|
|
Loading…
Add table
Reference in a new issue