parent
45944b51a0
commit
ef2c970d0e
1 changed files with 2 additions and 2 deletions
|
@ -256,11 +256,11 @@ convertWithOpts opts = do
|
|||
case reader of
|
||||
TextReader r
|
||||
| optFileScope opts || readerName == "json" ->
|
||||
mconcat <$> mapM (readSource >=> r readerOpts) sources
|
||||
mconcat <$> mapM (readSource >=> r readerOpts) sources'
|
||||
| otherwise ->
|
||||
readSources sources' >>= r readerOpts
|
||||
ByteStringReader r ->
|
||||
mconcat <$> mapM (readFile' >=> r readerOpts) sources
|
||||
mconcat <$> mapM (readFile' >=> r readerOpts) sources'
|
||||
|
||||
|
||||
when (readerName == "markdown_github" ||
|
||||
|
|
Loading…
Reference in a new issue